diff --git a/ZR.Vue3/src/router/index.js b/ZR.Vue3/src/router/index.js index ca9c963..aea32ce 100644 --- a/ZR.Vue3/src/router/index.js +++ b/ZR.Vue3/src/router/index.js @@ -38,11 +38,11 @@ export const constantRoutes = [ component: () => import('@/views/login'), hidden: true }, -{ - path: '/register', - component: () => import('@/views/register'), - hidden: true -}, +// { +// path: '/register', +// component: () => import('@/views/register'), +// hidden: true +// }, { path: "/:pathMatch(.*)*", component: () => import('@/views/error/404'),