添加大屏设计器页面
This commit is contained in:
@@ -93,6 +93,11 @@ const router = createRouter({
|
||||
name: 'Tools',
|
||||
component: () => import('./views/Index.vue')
|
||||
},
|
||||
{
|
||||
path: '/build',
|
||||
name: 'Build',
|
||||
component: () => import('./views/Build.vue')
|
||||
},
|
||||
{
|
||||
path: '/:pathMatch(.*)*',
|
||||
name: 'NotFound',
|
||||
|
||||
Reference in New Issue
Block a user