This commit is contained in:
李志鹏
2025-10-16 17:05:40 +08:00
parent 77f9f21a3d
commit c560cb56e6
2 changed files with 27 additions and 16 deletions

View File

@@ -27,7 +27,7 @@
.catch(() => {})
}
const navs = [
{ label: 'Home', icon: 'home', size: 73, path: '/welcome', on: onHome },
{ 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: '' }
]