|
@@ -7,13 +7,13 @@ function request(options) {
|
|
|
// });
|
|
|
return new Promise((resolve, reject) => {
|
|
|
// 丘比养车服务
|
|
|
- const baseycUrl = 'https://zyyc.chelingzhu.com/zyyc-shop/'; // 预发布
|
|
|
- // const baseycUrl = 'https://shop.qiubcar.com/zyyc-shop/'; // 生产
|
|
|
+ // const baseycUrl = 'https://zyyc.chelingzhu.com/zyyc-shop/'; // 预发布
|
|
|
+ const baseycUrl = 'https://shop.qiubcar.com/zyyc-shop/'; // 生产
|
|
|
// const baseycUrl = 'http://192.168.16.103:7101/zyyc-shop/';
|
|
|
// const baseycUrl = process.env.NODE_ENV === 'production' ? proUrl : devUrl;
|
|
|
// 丘比车管家服务
|
|
|
- const qbcgjUrl = 'https://wx.test.chelingzhu.com/clzwx/'; // 预发布
|
|
|
- // const qbcgjUrl = 'https://wx.chelingzhu.com/clzwx/'; // 生产
|
|
|
+ // const qbcgjUrl = 'https://wx.test.chelingzhu.com/clzwx/'; // 预发布
|
|
|
+ const qbcgjUrl = 'https://wx.qiubcar.com/clzwx/'; // 生产
|
|
|
// const qbcgjUrl = 'http://192.168.16.103:7003/clzwx/';
|
|
|
let _obj = {
|
|
|
url: '',
|