新增home页面

This commit is contained in:
X1627315083
2025-11-17 14:13:39 +08:00
parent b9c2130ccb
commit 91e2822581
12 changed files with 270 additions and 3 deletions

View File

@@ -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',