fix: 测试打包
This commit is contained in:
@@ -46,16 +46,16 @@ const constantRoutes = [
|
|||||||
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics]
|
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: '/edit-creative-scene',
|
// path: '/edit-creative-scene',
|
||||||
name: 'editCreativeScene',
|
// name: 'editCreativeScene',
|
||||||
component: () => import(/* webpackChunkName: 'creative' */ '@views/Creative/CreationScene.vue')
|
// component: () => import(/* webpackChunkName: 'creativeScene' */ '@views/Creative/CreationScene.vue')
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: '/edit-creative-model',
|
// path: '/edit-creative-model',
|
||||||
name: 'editCreativeModel',
|
// name: 'editCreativeModel',
|
||||||
component: () => import(/* webpackChunkName: 'creative' */ '@views/Creative/CreationModel.vue')
|
// component: () => import(/* webpackChunkName: 'creativeModel' */ '@views/Creative/CreationModel.vue')
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: '/ring360-preview',
|
path: '/ring360-preview',
|
||||||
name: 'ring360Preview',
|
name: 'ring360Preview',
|
||||||
|
|||||||
Reference in New Issue
Block a user