新增home页面
This commit is contained in:
@@ -61,6 +61,11 @@ const router = createRouter({
|
||||
name: 'WelcomePage',
|
||||
component: () => import('@/views/login/WelcomePage.vue')
|
||||
},
|
||||
{
|
||||
path: '/homeNav',
|
||||
name: 'HomeNav',
|
||||
component: () => import('@/views/Workshop/home.vue')
|
||||
},
|
||||
{
|
||||
path: '/stylist',
|
||||
name: 'StylistPage',
|
||||
|
||||
Reference in New Issue
Block a user