|
@@ -2,7 +2,7 @@ import config from '../config.js';
|
|
|
const getDomain = (uri, method, type) => {
|
|
|
if (type && type == 'file') return config.serverUrl + '/files' + uri;
|
|
|
if (uri.startsWith('/wechat/api')) return config.serverUrl + uri;
|
|
|
- else return config.serverUrl + '/point/v1/api' + uri;
|
|
|
+ else return config.serverUrl + '/tnhqApp/v1/api' + uri;
|
|
|
}
|
|
|
// 获取token
|
|
|
const getToken = () => {
|