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] 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',