diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 814f503..27f3b45 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -10,7 +10,7 @@ - 返回首页 + 返回首页 Copyright © {{ year }} 技术支持集团 All Rights Reserved diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue index 8ee8365..ea9c822 100644 --- a/src/layout/components/Sidebar/index.vue +++ b/src/layout/components/Sidebar/index.vue @@ -247,16 +247,16 @@ // path: "/shebeirizhi/shebeirizhiList", // }] }, - // { - // alwaysShow: true, - // component: "xiaoxi", - // meta: { - // icon: "icon-rizhi2", - // title: "消息", - // }, - // name: "", - // path: "/xiaoxi/xiaoxiList", - // }, + { + alwaysShow: true, + component: "xiaoxi", + meta: { + icon: "icon-rizhi2", + title: "提醒任务", + }, + name: "", + path: "/xiaoxi/xiaoxiList", + }, // { // alwaysShow: true, // component: "daping", diff --git a/src/views/daping/daping.vue b/src/views/daping/daping.vue index 64dd3a2..3dbc613 100644 --- a/src/views/daping/daping.vue +++ b/src/views/daping/daping.vue @@ -1199,7 +1199,7 @@ } }, toHome() { - this.$router.push('/kanban/home') + // this.$router.push('/kanban/home') }, // 打开 jigouyanglao() {