Forráskód Böngészése

修改:修改url

littleblue55 2 hete
szülő
commit
0ec87279d5
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      utils/baseurl.js

+ 4 - 4
utils/baseurl.js

@@ -2,11 +2,11 @@ let BASE_URL = ''
 let FILE_URL = ''
 // baseurl  联调时改url
 if (process.env.NODE_ENV == 'development') {
-	BASE_URL = 'https://www.gzrea.cn:8443/wxmp/api';
-	FILE_URL = 'https://www.gzrea.cn:8443/wxmp/static/icon';
+	BASE_URL = 'https://www.gzrea.cn/wxmp/api';
+	FILE_URL = 'https://www.gzrea.cn/wxmp/static/icon';
 }else{
-	BASE_URL = 'https://www.gzrea.cn:8443/wxmp/api';
-	FILE_URL = 'https://www.gzrea.cn:8443/wxmp/static/icon';
+	BASE_URL = 'https://www.gzrea.cn/wxmp/api';
+	FILE_URL = 'https://www.gzrea.cn/wxmp/static/icon';
 }
 
 const configService = {