From 86b476d63be96b37725f60a545ef1785e68f547e Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 10 Dec 2022 11:57:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=BA=93=E6=98=BE=E7=A4=BA=E9=A1=BA=E5=BA=8F=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9C=A8=E7=BA=BF=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=B5=8C=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NavLeft.vue | 33 +++++++++++---- src/views/courselibrary/OnlineManage.vue | 53 ++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 9 deletions(-) create mode 100644 src/views/courselibrary/OnlineManage.vue diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 03073251..d28473db 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -132,7 +132,7 @@ circle: selectedKeys[0] === 'sub3-1' ? false : true, }" > - 课件管理 + 面授管理 - 课程管理 + 在线管理 + + + + 课件管理 @@ -370,18 +379,24 @@ export default { selectedKeys: "sub2-2", pagename: "查看", }, - { - href: "/coursemanage", - openKeys: "sub3", - selectedKeys: "sub3-1", - pagename: "课件管理", - }, { href: "/coursewaremanage", openKeys: "sub3", - selectedKeys: "sub3-2", + selectedKeys: "sub3-1", pagename: "课程管理", }, + { + href: "/onlinemanage", + openKeys: "sub3", + selectedKeys: "sub3-2", + pagename: "在线管理", + }, + { + href: "/coursemanage", + openKeys: "sub3", + selectedKeys: "sub3-3", + pagename: "课件管理", + }, { href: "/certificatecenter", openKeys: "sub8", diff --git a/src/views/courselibrary/OnlineManage.vue b/src/views/courselibrary/OnlineManage.vue new file mode 100644 index 00000000..ebf0e321 --- /dev/null +++ b/src/views/courselibrary/OnlineManage.vue @@ -0,0 +1,53 @@ + + + + + + + \ No newline at end of file