添加登录弹窗

This commit is contained in:
2023-06-28 18:39:35 +08:00
parent 0510b157f9
commit 8306ca2013
6 changed files with 427 additions and 80 deletions

View File

@@ -17,7 +17,13 @@ const routes = [
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "about" */ '../views/AboutView.vue')
},
{
path: '/login',
name: 'login',
component: ()=>import('../views/LoginView.vue')
}
]
const router = new VueRouter({