新增主页home页面作为选择主流程或者从历史流程继续
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
X1627315083
2025-12-19 13:46:59 +08:00
parent 67702b36b2
commit ea84256cf6
4 changed files with 135 additions and 9 deletions

View File

@@ -66,13 +66,7 @@ const router = createRouter({
path: '/customer',
name: 'customer',
component: () => import('@/views/login/customer.vue'),
},
{
path: '/homeNav',
name: 'HomeNav',
component: () => import('@/views/Workshop/home.vue')
},
},
{
path: '/asistant',
name: 'asistant',
@@ -88,6 +82,16 @@ const router = createRouter({
// path: '/workshop',
// redirect: '/workshop/selectStyle'
// },
{
path: '/workshop/home',
name: 'Home',
component: () => import('@/views/Workshop/home.vue')
},
{
path: '/workshop/homeNav',
name: 'HomeNav',
component: () => import('@/views/Workshop/homeNav.vue')
},
{
path: '/workshop/stylist',
name: 'StylistPage',