feat: 每次退出后再次登录,每次默认跳转至首页一键查重界面,而不是跳转至退出前的界面

pull/1/head
刘释隆 1 year ago
parent dd721bd436
commit e29b248508

@ -105,7 +105,7 @@ export default defineComponent({
.replace({
name: 'Login',
query: {
redirect: route.fullPath,
// redirect: route.fullPath,
},
})
.finally(() => location.reload())

Loading…
Cancel
Save