This commit is contained in:
李志鹏
2026-04-23 11:49:00 +08:00
15 changed files with 1330 additions and 646 deletions

View File

@@ -23,6 +23,11 @@ const router = createRouter({
name: 'brand',
component: () => import('../views/brand/index.vue')
},
{
path: '/digitalItem',
name: 'digitalItem',
component: () => import('../views/digitalItem/index.vue'),
},
{
path: '/settings',
name: 'settings',
@@ -34,6 +39,11 @@ const router = createRouter({
name: 'shoppingCart',
component: () => import('@/views/shoppingCart/index.vue')
},
{
path: '/notifications',
name: 'notifications',
component: () => import('@/views/notifications/index.vue')
},
{
path: '/:pathMatch(.*)',
name: '404',