mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
fix wrong component reference
This commit is contained in:
@@ -123,8 +123,8 @@ const router = createRouter({
|
||||
},
|
||||
{
|
||||
path: '/signup',
|
||||
component: LoginPage,
|
||||
beforeEnter: SignUpPage
|
||||
component: SignUpPage,
|
||||
beforeEnter: checkNotLogin
|
||||
},
|
||||
{
|
||||
path: '/unlock',
|
||||
|
||||
Reference in New Issue
Block a user