|
|
@@ -1,11 +1,11 @@
|
|
|
const app = getApp();
|
|
|
const env = {
|
|
|
- NODE_ENV: 'pota',
|
|
|
+ NODE_ENV: 'dev',
|
|
|
dev: {
|
|
|
- apiUrl: 'https://apitest.zhiqiyun.com'
|
|
|
+ apiUrl: 'https://pkapi.zhiqiyun.com'
|
|
|
},
|
|
|
prd: {
|
|
|
- apiUrl: 'https://apimall.zhiqiyun.com'
|
|
|
+ apiUrl: 'https://pkapi.zhiqiyun.com'
|
|
|
},
|
|
|
pota: {
|
|
|
apiUrl: 'http://192.168.110.182:8098' ,
|