新增我的页面

This commit is contained in:
李志鹏
2025-10-21 16:40:13 +08:00
parent c9dbcc03b2
commit b18052d297
10 changed files with 260 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
const navs = [
{ label: 'Home', icon: 'home', size: 73, path: '/stylist/customer', on: onHome },
{ label: 'Library', icon: 'library', size: 53, path: '/workshop/library' },
{ label: 'Profile', icon: 'profile', size: 55, path: '' }
{ label: 'Profile', icon: 'profile', size: 55, path: '/workshop/profile' }
]
const onNavClick = (nav) => {
if (currentRoute.value !== nav.path) nav.on ? nav.on(nav) : nav.path && router.push(nav.path)