diff --git a/.env.development b/.env.development index 3d06589..761694b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # port -VITE_DEV_PORT = '8080' +VITE_DEV_PORT = '3000' # production path VITE_BASE_URL = 'http://127.0.0.1:12080' diff --git a/.env.production b/.env.production index 9bd9a34..b13bec8 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # port -VITE_DEV_PORT = '8080' +VITE_DEV_PORT = '26111' # production path -VITE_BASE_URL = 'http://dev.ccwin-in.com:25100/api' +VITE_BASE_URL = 'http://10.140.10.4:26112' # 租户开关 VITE_APP_TENANT_ENABLE=false \ No newline at end of file diff --git a/src/api/axios.ts b/src/api/axios.ts index c1ed40d..1a1efda 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]