fix: 测试打包

This commit is contained in:
wam
2022-12-24 19:39:01 +08:00
parent 18af8b93bc
commit 84ec3c50bf

View File

@@ -46,16 +46,16 @@ const constantRoutes = [
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics]
},
{
path: '/edit-creative-scene',
name: 'editCreativeScene',
component: () => import(/* webpackChunkName: 'creative' */ '@views/Creative/CreationScene.vue')
},
{
path: '/edit-creative-model',
name: 'editCreativeModel',
component: () => import(/* webpackChunkName: 'creative' */ '@views/Creative/CreationModel.vue')
},
// {
// path: '/edit-creative-scene',
// name: 'editCreativeScene',
// component: () => import(/* webpackChunkName: 'creativeScene' */ '@views/Creative/CreationScene.vue')
// },
// {
// path: '/edit-creative-model',
// name: 'editCreativeModel',
// component: () => import(/* webpackChunkName: 'creativeModel' */ '@views/Creative/CreationModel.vue')
// },
{
path: '/ring360-preview',
name: 'ring360Preview',