From 9b2332e86a9f3536a6cdeb0ec5f53a53f76a4723 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Mon, 13 Oct 2025 10:26:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=AF=E7=94=B1=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index d088aa6..0d0e86f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -28,18 +28,18 @@ const router = createRouter({ component: () => import('@/views/stylist/index.vue'), children: [ { - path: '/sex', - name:'sex' + path: '/stylist/sex', + name: 'sex', component: () => import('@/views/stylist/sex.vue') }, { - path: '/dressfor', - name:'dressfor' + path: '/stylist/dressfor', + name: 'dressfor', component: () => import('@/views/stylist/dressfor.vue') }, { - path: '/customer', - name:'customer', + path: '/stylist/customer', + name: 'customer', component: () => import('@/views/stylist/customer.vue') } ]