Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage

This commit is contained in:
songwc
2022-10-09 16:46:41 +08:00
18 changed files with 915 additions and 156 deletions

View File

@@ -153,7 +153,7 @@
src="../assets/images/navleft/system.png"
/>
</div>
<span>系统管理</span>
<router-link to="/systemmanage">系统管理</router-link>
</a-menu-item>
</a-menu>
</div>
@@ -287,6 +287,18 @@ export default {
selectedKeys: "sub3-2",
pagename: "课程管理",
},
{
href: "/systemmanage",
openKeys: "sub9",
selectedKeys: "sub9",
pagename: "系统管理",
},
{
href: "/researchmanage",
openKeys: "sub5",
selectedKeys: "sub5",
pagename: "调研管理",
},
],
});