Browse Source

chore: 修改请求地址

xyh 2 years ago
parent
commit
3ada348047
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/constants.js

+ 1 - 1
src/utils/constants.js

@@ -1,5 +1,5 @@
 /** 请求地址 */
-export const NETWORK_URL = 'https://2d8cec95.r8.vip.cpolar.cn';
+export const NETWORK_URL = 'https://tms.tuyatrip.com';
 /** token存储 */
 export const USER_TOKEN_STORAGE = 'userToken';
 /** 按钮loading大小 */