浏览代码

线上环境

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