fix: 联调白模

This commit is contained in:
wam
2022-12-24 15:21:40 +08:00
parent f835ab8e4b
commit 7a5288e4a6
12 changed files with 208 additions and 57 deletions

View File

@@ -44,9 +44,14 @@ const constantRoutes = [
},
{
path: '/edit-creative',
name: 'editCreative',
component: () => import(/* webpackChunkName: 'creative' */ '@views/Creative/Creation.vue')
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: '/ring360-preview',