digitalItem页面

This commit is contained in:
X1627315083@163.com
2026-04-22 16:29:22 +08:00
parent fd86f5fa74
commit 7b5dcdacd7
7 changed files with 424 additions and 3 deletions

View File

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