xhj пре 3 година
родитељ
комит
28dc90effd
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      utils/request.js

+ 3 - 3
utils/request.js

@@ -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' ,