فهرست منبع

修改本地地址232->218

dujingxian 3 سال پیش
والد
کامیت
05f5355a4e
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      src/api/index.js
  2. 1 1
      vue.config.js

+ 2 - 2
src/api/index.js

@@ -104,7 +104,7 @@ let requestLoading = (url, method, params) => {
 
 
 // const Prefix = 'http://192.168.1.220/mchsrv/index.php?';
 // const Prefix = 'http://192.168.1.220/mchsrv/index.php?';
 
 
-const Prefix = 'http://192.168.1.232/mchsrv/index.php?';
+const Prefix = 'http://192.168.1.218/mchsrv/index.php?';
 // const Prefix = 'https://www.xyzshops.cn/mchsrv/index.php?';
 // const Prefix = 'https://www.xyzshops.cn/mchsrv/index.php?';
 // 椰子临时线上地址
 // 椰子临时线上地址
 // const Prefix = 'http://121.89.196.45/mobile/index.php?';
 // const Prefix = 'http://121.89.196.45/mobile/index.php?';
@@ -315,7 +315,7 @@ export const updateVoucher = (name) => {
     // return requestLoading(`${Prefix}act=merchant_recharge&op=voucherupload&client_type=ajax`, 'post', {voucher})
     // return requestLoading(`${Prefix}act=merchant_recharge&op=voucherupload&client_type=ajax`, 'post', {voucher})
     return axios({
     return axios({
         method: "post",
         method: "post",
-        url: `http://192.168.1.232/upfile.php`,
+        url: `http://192.168.1.218/upfile.php`,
         // url: `https://www.xyzshops.cn/upfile.php`,
         // url: `https://www.xyzshops.cn/upfile.php`,
         // 椰子临时
         // 椰子临时
         // url: `http://121.89.196.45/upfile.php`,
         // url: `http://121.89.196.45/upfile.php`,

+ 1 - 1
vue.config.js

@@ -1,6 +1,6 @@
 // const targetUrl = 'http://192.168.1.220/'
 // const targetUrl = 'http://192.168.1.220/'
 
 
-const targetUrl = 'http://192.168.1.232/'
+const targetUrl = 'http://192.168.1.218/'
 
 
 // const targetUrl = 'https://www.xyzshops.cn/'
 // const targetUrl = 'https://www.xyzshops.cn/'