From 0fce076b17846e120f9dfcb5a188000d4815fbb2 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Mon, 12 Jun 2023 10:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E9=A6=96=E9=A1=B5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- src/layout/components/Sidebar/index.vue | 20 ++++++++++---------- src/views/daping/daping.vue | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) 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() {