feat:新增模板库内容 模板库查看LibraryAdd.vue 公告 项目积分 设置

This commit is contained in:
dongwug
2022-10-17 15:24:10 +08:00
parent 050e741d86
commit 26f4f3be34
7 changed files with 753 additions and 16 deletions

View File

@@ -145,6 +145,20 @@ export default {
},
];
}
if (n === "/libraryadd" || n === "/LibraryAdd") {
state.list = [
{
name: "项目中心",
},
{
name: "模板库",
},
{
name: "查看",
href:"/libraryadd",
},
];
}
if (n === "/coursemanage" || n === "/CourseManage") {
state.list = [
{