fix: 测试打包

This commit is contained in:
wam
2022-12-24 19:31:21 +08:00
parent c2cebb0384
commit 18af8b93bc
4 changed files with 6 additions and 247 deletions

View File

@@ -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();
@@ -43,7 +43,7 @@ const constantRoutes = [
name: 'home',
redirect: '/home/project',
component: () => import(/* webpackChunkName: 'home' */ '@views/Home/Index.vue'),
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics, ...Creative]
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary, ...DataStatistics]
},
{