fix: 接入3D编辑器

This commit is contained in:
wanganmao
2022-12-12 15:04:20 +08:00
parent 22b3288b0a
commit 937c5622d2
8 changed files with 384 additions and 267 deletions

View File

@@ -42,6 +42,12 @@ const constantRoutes = [
component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'),
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative]
},
{
path: '/edit-creative',
name: 'editCreative',
component: () => import(/* webpackChunkName: 'creative' */ '@views/Creative/Creation.vue')
},
{
path: '/luck',
name: 'luck',