feat: 创作中心初始化
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user