Quellcode durchsuchen

测试环境api

xhj vor 2 Jahren
Ursprung
Commit
5fff500994
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'