Commit 760f10d6 authored by caimeng's avatar caimeng

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

parent b0360267
...@@ -11,7 +11,6 @@ unpackage/ ...@@ -11,7 +11,6 @@ unpackage/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
unpackage/
.history/ .history/
.hbuilderx/ .hbuilderx/
......
...@@ -38,7 +38,7 @@ let env = process.env.VUE_APP_BASE_NODE_ENV ...@@ -38,7 +38,7 @@ let env = process.env.VUE_APP_BASE_NODE_ENV
*/ */
// #ifdef APP-PLUS // #ifdef APP-PLUS
env = "prod"; env = "stest";
// #endif // #endif
const api = { const api = {
......
...@@ -15,7 +15,7 @@ const request = async (url, type, data) => { ...@@ -15,7 +15,7 @@ const request = async (url, type, data) => {
console.log('+++++++++++++++++++++++++从缓存拿数据') console.log('+++++++++++++++++++++++++从缓存拿数据')
rd = encodeURIComponent(headerDevice) rd = encodeURIComponent(headerDevice)
} else { } else {
console.log('=========================不从缓存拿数据') console.log(initHeaderDevice(),'=========================不从缓存拿数据')
rd = JSON.stringify(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