Explorar el Código

chore: 修改请求地址

xyh hace 2 años
padre
commit
3ada348047
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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大小 */