guhongwei 2 years ago
parent
commit
71aa6cd31b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/api.js

+ 1 - 1
common/api.js

@@ -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 = () => {