guhongwei 2 năm trước cách đây
mục cha
commit
71aa6cd31b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = () => {