fix wrong component reference

This commit is contained in:
MaysWind
2023-06-24 21:51:39 +08:00
parent 5bcf5bf93e
commit a62e806175
+2 -2
View File
@@ -123,8 +123,8 @@ const router = createRouter({
},
{
path: '/signup',
component: LoginPage,
beforeEnter: SignUpPage
component: SignUpPage,
beforeEnter: checkNotLogin
},
{
path: '/unlock',