Browse Source

fix: 修改生产环境,大屏免登陆分享

master
liuchen 8 months ago
parent
commit
096a88cbd5
  1. 4
      .env.production
  2. 2
      src/api/axios.ts

4
.env.production

@ -1,8 +1,8 @@
# port # port
VITE_DEV_PORT = '8080' VITE_DEV_PORT = '25100'
# production path # 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 VITE_APP_TENANT_ENABLE=true

2
src/api/axios.ts

@ -40,7 +40,7 @@ axiosInstance.interceptors.request.use(
// 获取 token // 获取 token
// 重新登录 // 重新登录
if (!info) { if (!info) {
routerTurnByName(PageEnum.BASE_LOGIN_NAME) // routerTurnByName(PageEnum.BASE_LOGIN_NAME)
return config return config
} }
const userInfo = info[SystemStoreEnum.USER_INFO] const userInfo = info[SystemStoreEnum.USER_INFO]

Loading…
Cancel
Save