@ -7,7 +7,8 @@ ENV = 'development'
# 若依管理系统/开发环境
# VUE_APP_BASE_API = 'http://39.101.188.84:9035'
# VUE_APP_BASE_API = 'https://vue.ruoyi.vip/prod-api'
VUE_APP_BASE_API = 'http://39.101.188.84:9035'
# 路由懒加载
@ -102,7 +102,7 @@ export default {
type: 'warning'
}).then(() => {
this.$store.dispatch('LogOut').then(() => {
location.href = '/demo/tczzpc';
location.href = '/tczzpc';
})
}).catch(() => {});
}