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