|
|
@@ -3,8 +3,8 @@ export default class Request {
|
|
|
http(router, data = {}, method, contentType) {
|
|
|
let that = this;
|
|
|
// let path2 = 'https://userapp.klbycp.com'; //百域承品
|
|
|
- // let path = 'https://userapp.klbycp.com'; //百域承品
|
|
|
- let path = 'http://vab6e976.natappfree.cc'; //百域承品
|
|
|
+ let path = 'https://userapp.klbycp.com'; //百域承品
|
|
|
+ // let path = 'http://vab6e976.natappfree.cc'; //百域承品
|
|
|
// let path2 = 'https://userapp.zkhj6.com';
|
|
|
// let path = 'https://userapp.zkhj6.com';
|
|
|
let token = uni.getStorageSync('AppToken');
|