-
+
+
diff --git a/src/router/index.js b/src/router/index.js
index bf44004..29e4211 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -67,13 +67,14 @@ export const constantRoutes = [{
redirect: '/dashboard',
children: [{
path: 'dashboard',
- name: '系统首页',
- component: () => import('@/views/dashboard/index'),
+ name: '课程发布管理',
+ component: () => import('@/views/course/index'),
meta: {
- title: '系统首页',
+ title: '课程发布管理',
icon: 'dashboard'
}
- }]
+ }],
+ hidden: true
},
{
path: '/course/txl',
diff --git a/src/styles/iconfont.css b/src/styles/iconfont.css
index 71fb744..c14cc27 100644
--- a/src/styles/iconfont.css
+++ b/src/styles/iconfont.css
@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4625369 */
- src: url('//at.alicdn.com/t/c/font_4625369_3liiqv0f3lb.woff2?t=1754754074864') format('woff2'),
- url('//at.alicdn.com/t/c/font_4625369_3liiqv0f3lb.woff?t=1754754074864') format('woff'),
- url('//at.alicdn.com/t/c/font_4625369_3liiqv0f3lb.ttf?t=1754754074864') format('truetype');
+ src: url('iconfont.woff2?t=1763968012909') format('woff2'),
+ url('iconfont.woff?t=1763968012909') format('woff'),
+ url('iconfont.ttf?t=1763968012909') format('truetype');
}
.iconfont {
@@ -13,6 +13,26 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-shijianzhou:before {
+ content: "\e69a";
+}
+
+.icon-wenzhangguanli:before {
+ content: "\e634";
+}
+
+.icon-lishishuju:before {
+ content: "\e601";
+}
+
+.icon-shujutongji:before {
+ content: "\e67a";
+}
+
+.icon-shujuzonglan:before {
+ content: "\e62f";
+}
+
.icon-tushu:before {
content: "\e615";
}
@@ -152,3 +172,4 @@
.icon-tongzhigonggao:before {
content: "\e7ab";
}
+
diff --git a/src/styles/iconfont.ttf b/src/styles/iconfont.ttf
index 2e2bde3..7023862 100644
Binary files a/src/styles/iconfont.ttf and b/src/styles/iconfont.ttf differ
diff --git a/src/styles/iconfont.woff b/src/styles/iconfont.woff
index 66c56d1..62458c9 100644
Binary files a/src/styles/iconfont.woff and b/src/styles/iconfont.woff differ
diff --git a/src/styles/iconfont.woff2 b/src/styles/iconfont.woff2
index 8e73767..a9ab685 100644
Binary files a/src/styles/iconfont.woff2 and b/src/styles/iconfont.woff2 differ
diff --git a/src/views/calendar/components/addCalendar.vue b/src/views/calendar/components/addCalendar.vue
index bb13ede..4dbad7e 100644
--- a/src/views/calendar/components/addCalendar.vue
+++ b/src/views/calendar/components/addCalendar.vue
@@ -1,734 +1,734 @@
-
-
-
-
-
-
- *是否对外展示:
-
-
-
-
-
-
-
-
-
-
-
-
- *日程类型:
-
-
-
-
-
-
-
-
-
-
-
-
- *课程:
-
-
-
-
-
- {{item.type_detail?item.type_detail.name:''}} | {{ item.name }}
- {{ item.is_arrange?'需排课':'无需排课' }}
-
-
-
-
-
-
-
-
-
- 具体说明:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 资讯链接:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 保存
-
-
- 删除
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ *是否对外展示:
+
+
+
+
+
+
+
+
+
+
+
+
+ *日程类型:
+
+
+
+
+
+
+
+
+
+
+
+
+ *课程:
+
+
+
+
+
+ {{item.type_detail?item.type_detail.name:''}} | {{ item.name }}
+ {{ item.is_arrange?'需排课':'无需排课' }}
+
+
+
+
+
+
+
+
+
+ 具体说明:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 资讯链接:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/src/views/course/components/addTypes.vue b/src/views/course/components/addTypes.vue
index af5d2b1..98d2070 100644
--- a/src/views/course/components/addTypes.vue
+++ b/src/views/course/components/addTypes.vue
@@ -182,6 +182,19 @@