|
|
@@ -9,10 +9,10 @@ export const myRequest = (options) => {
|
|
|
// ? 'https://uat.hnyfwlw.com'
|
|
|
// : 'https://web.hnyfwlw.com';
|
|
|
// BASE_URL = 'http://192.168.1.107:8000'
|
|
|
- BASE_URL = 'http://218.28.198.186:10508';
|
|
|
+ // BASE_URL = 'http://218.28.198.186:10508';
|
|
|
// BASE_URL = 'http://8.136.98.49:8002';
|
|
|
}
|
|
|
- // BASE_URL = config.productAPI;
|
|
|
+ BASE_URL = config.productAPI;
|
|
|
// BASE_URL = config.developAPI;
|
|
|
var session_key = '';
|
|
|
session_key = uni.getStorageSync('session_key');
|