diff --git a/src/router/index.js b/src/router/index.js index 5a866a37..a5438616 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -8,7 +8,7 @@ import DataStatistics from './route.datastatistics' import { jsonp } from "vue-jsonp"; import { jsonpUrl } from "../config.js"; import { useStore } from "vuex"; -import Creative from "./route.creative"; // 创作中心路由 +// import Creative from "./route.creative"; // 创作中心路由 const store = useStore(); @@ -46,26 +46,26 @@ const constantRoutes = [ children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative] }, - { - 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', - name: 'ring360Preview', - component: () => import(/* webpackChunkName: 'ring360Preview' */ '@views/Creative/Ring360Preview.vue') - }, - { - path: '/model3d-preview', - name: 'model3dPreview', - component: () => import(/* webpackChunkName: 'model3dPreview' */ '@views/Creative/Model3DPreview.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', + // name: 'ring360Preview', + // component: () => import(/* webpackChunkName: 'ring360Preview' */ '@views/Creative/Ring360Preview.vue') + // }, + // { + // path: '/model3d-preview', + // name: 'model3dPreview', + // component: () => import(/* webpackChunkName: 'model3dPreview' */ '@views/Creative/Model3DPreview.vue') + // }, { path: '/luck', name: 'luck',