|
@@ -7,14 +7,14 @@ function request(options) {
|
|
|
|
|
|
return new Promise((resolve, reject) => {
|
|
|
|
|
|
-
|
|
|
+ const baseycUrl = 'https://zyyc.chelingzhu.com/zyyc-shop/';
|
|
|
|
|
|
- const baseycUrl = 'http://192.168.16.103:7101/zyyc-shop/';
|
|
|
+
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- const qbcgjUrl = 'http://192.168.16.103:7003/clzwx/';
|
|
|
+ const qbcgjUrl = 'https://wx.test.chelingzhu.com/clzwx/';
|
|
|
+
|
|
|
+
|
|
|
let _obj = {
|
|
|
url: '',
|
|
|
data: {},
|