xhj 2 лет назад
Родитель
Сommit
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'