Procházet zdrojové kódy

去掉琳珠地址

dujingxian před 4 roky
rodič
revize
7f3c11225f
2 změnil soubory, kde provedl 2 přidání a 11 odebrání
  1. 1 8
      src/api/index.js
  2. 1 3
      vue.config.js

+ 1 - 8
src/api/index.js

@@ -107,11 +107,6 @@ const Prefix = 'http://192.168.1.195/mobile/index.php?';
 // 椰子临时线上地址
 // const Prefix = 'http://121.89.196.45/mobile/index.php?';
 
-// 临时
-// const Prefix = 'https://39.103.134.17/mobile/index.php?';
-// const Prefix = 'http://121.89.212.167/mobile/index.php?';
-
-
 //测试请求
 export const testRequest = () => {
     // return requestLoading(`${Prefix}/index.php?index/index/index`, 'get', {})
@@ -320,9 +315,7 @@ export const updateVoucher = (name) => {
         method: "post",
         url: `http://192.168.1.195/upfile.php`,
         // url: `https://www.xyzshops.cn/upfile.php`,
-        // 琳珠
-        // url: `http://121.89.212.167/upfile.php`,
-        // 椰子
+        // 椰子临时
         // url: `http://121.89.196.45/upfile.php`,
         // withCredentials: true,
         data: name,

+ 1 - 3
vue.config.js

@@ -1,9 +1,7 @@
 const targetUrl = 'http://192.168.1.195/'
 
 // const targetUrl = 'https://www.xyzshops.cn/'
-// 临时地址
-// const targetUrl = 'https://39.103.134.17/'
-// const targetUrl = 'http://121.89.212.167/'
+
 // 椰子临时线上
 // const targetUrl = 'http://121.89.196.45/'