소스 검색

测试环境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'