Browse Source

添加临时地址

dujingxian 4 years ago
parent
commit
4433e0eacc
2 changed files with 5 additions and 3 deletions
  1. 3 0
      src/api/index.js
  2. 2 3
      vue.config.js

+ 3 - 0
src/api/index.js

@@ -115,6 +115,9 @@ let requestLoading = (url, method, params) => {
 const Prefix = 'http://192.168.1.195/mobile/index.php?';
 // const Prefix = 'https://www.xyzshops.cn/mobile/index.php?';
 
+// 临时
+// const Prefix = 'https://39.103.134.17/mobile/index.php?';
+
 
 //测试请求
 export const testRequest = () => {

+ 2 - 3
vue.config.js

@@ -1,9 +1,8 @@
-// const targetUrl = 'https://apizng.eavic.com';
-// const targetUrl = 'http://39.97.239.116:8080';
-// const targetUrl = 'http://192.168.1.200:8080';
 const targetUrl = 'http://192.168.1.195/'
 
 // const targetUrl = 'https://www.xyzshops.cn/'
+// 临时地址
+// const targetUrl = 'https://39.103.134.17/'
 
 // const targetUrl = 'http://10.64.81.2:8080';