|
@@ -102,8 +102,10 @@ 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 = 'http://192.168.1.220/mchsrv/index.php?';
|
|
|
+
|
|
|
+const Prefix = 'http://192.168.1.195/mchsrv/index.php?';
|
|
|
+// const Prefix = 'https://www.xyzshops.cn/mchsrv/index.php?';
|
|
|
// 椰子临时线上地址
|
|
|
// const Prefix = 'http://121.89.196.45/mobile/index.php?';
|
|
|
|