update ruoyi-ui/src/layout/components/Navbar.vue. 路由匹配 publicPath
Signed-off-by: 美一天 <130427+xiaoran27@user.noreply.gitee.com>pull/1011/head
parent
baf2f6f46b
commit
c7b910293a
|
|
@ -102,7 +102,7 @@ export default {
|
|||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$store.dispatch('LogOut').then(() => {
|
||||
location.href = '/index'
|
||||
location.href = process.env.BASE_URL + '/index'
|
||||
})
|
||||
}).catch(() => {})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue