fix: 接入3D编辑器
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user