新增加验证码开关

This commit is contained in:
不做码农
2021-12-01 16:56:46 +08:00
parent 5e65941e15
commit e5bbf0b298
8 changed files with 42 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ service.interceptors.response.use(res => {
}
).then(() => {
store.dispatch('LogOut').then(() => {
location.href = process.env.VUE_APP_ROUTER_PREFIX + '/index';
location.href = '/index';
})
})