mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 ruoyi 关于 配置应用前缀路径的bug 改为配置文件统一配置
This commit is contained in:
@ -102,7 +102,7 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$store.dispatch('LogOut').then(() => {
|
||||
location.href = this.$router.options.base + '/index';
|
||||
location.href = process.env.VUE_APP_CONTEXT_PATH;
|
||||
})
|
||||
}).catch(() => {});
|
||||
}
|
||||
|
Reference in New Issue
Block a user