浏览代码

测试环境api

xhj 2 年之前
父节点
当前提交
5fff500994
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/request.js

+ 1 - 1
utils/request.js

@@ -2,7 +2,7 @@ const app = getApp();
 const env = {
 	NODE_ENV: 'prd',
 	dev: {
-		apiUrl: 'https://apitest.tongyu99.com'
+		apiUrl: 'https://apitest.zhiqiyun.com'
 	},
 	prd: {
 		apiUrl: 'https://apimall.zhiqiyun.com'