mirror of
https://github.com/certd/certd.git
synced 2026-05-14 03:57:30 +08:00
fix: 修复自动注册后没有跳转到控制台的bug
This commit is contained in:
@@ -98,7 +98,7 @@ async function autoRegister() {
|
||||
//登录成功
|
||||
userStore.onLoginSuccess(res);
|
||||
//跳转到首页
|
||||
router.replace("/");
|
||||
router.replace("/index");
|
||||
}
|
||||
</script>
|
||||
<style lang="less">
|
||||
|
||||
Reference in New Issue
Block a user