Commit 760f10d6 authored by caimeng's avatar caimeng

切到多典花给开发打测试包

parent b0360267
......@@ -11,7 +11,6 @@ unpackage/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
unpackage/
.history/
.hbuilderx/
......
......@@ -38,7 +38,7 @@ let env = process.env.VUE_APP_BASE_NODE_ENV
*/
// #ifdef APP-PLUS
env = "prod";
env = "stest";
// #endif
const api = {
......
......@@ -15,7 +15,7 @@ const request = async (url, type, data) => {
console.log('+++++++++++++++++++++++++从缓存拿数据')
rd = encodeURIComponent(headerDevice)
} else {
console.log('=========================不从缓存拿数据')
console.log(initHeaderDevice(),'=========================不从缓存拿数据')
rd = JSON.stringify(initHeaderDevice())
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment