fix: 测试打包
This commit is contained in:
@@ -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]
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user