feat: 创作中心初始化

This commit is contained in:
wanganmao
2022-11-08 15:36:21 +08:00
parent 09e226a4c1
commit d802074e91
6 changed files with 283 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ import TemplateMarket from "./route.templateMarket"
import Contact from "./route.contact";
import DocumentLibrary from "./route.documentLibrary";
import DataStatistics from "./route.datastatistics";
import Creative from "./route.creative"; // 创作中心路由
@@ -39,7 +40,7 @@ const constantRoutes = [
name: "home",
redirect: "/home/project",
component: () => import(/* webpackChunkName: 'home' */ "@views/Home/Index.vue"),
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary,...DataStatistics]
children: [...ProjectManage, ...TemplateMarket, ...Contact, ...DocumentLibrary,...DataStatistics, ...Creative]
},
{
path: "/luck",