|
@@ -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,
|