diff --git a/.env.production b/.env.production index b7f4a92..fe5163c 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # port -VITE_DEV_PORT = '8080' +VITE_DEV_PORT = '25100' # production path -VITE_BASE_URL = 'http://dev.ccwin-in.com:25100/api' +VITE_BASE_URL = 'http://10.62.193.15:25100/api' # 租户开关 VITE_APP_TENANT_ENABLE=true \ No newline at end of file diff --git a/src/api/axios.ts b/src/api/axios.ts index c1ed40d..22336b4 100644 --- a/src/api/axios.ts +++ b/src/api/axios.ts @@ -40,7 +40,7 @@ axiosInstance.interceptors.request.use( // 获取 token // 重新登录 if (!info) { - routerTurnByName(PageEnum.BASE_LOGIN_NAME) + // routerTurnByName(PageEnum.BASE_LOGIN_NAME) return config } const userInfo = info[SystemStoreEnum.USER_INFO]