From 224428dab6da697198d93c6b9bf6e08e1d88c921 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Mon, 25 Nov 2024 23:45:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E8=A1=A5=E5=85=85=E8=AE=BF?= =?UTF-8?q?=E5=AE=A2=E6=95=B0title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 9ca7c9d..ff257ff 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -114,7 +114,7 @@ const visitStatsData = ref([ }, { type: "uv", - title: "(UV)", + title: "访客数(UV)", icon: "/static/icons/visit.png", growthRate: 0, granularity: "日", @@ -122,7 +122,7 @@ const visitStatsData = ref([ }, { type: "ip", - title: "访问客户端", + title: "IP数", icon: "/static/icons/client.png", growthRate: 0, granularity: "日", @@ -153,10 +153,10 @@ const navList = reactive([ prem: "sys:user:query", }, { - icon: "/static/icons/config.png", - title: "系统配置", - url: "/pages/work/config/index", - prem: "sys:config:query", + icon: "/static/icons/role.png", + title: "角色管理", + url: "/pages/work/role/index", + prem: "sys:role:query", }, { icon: "/static/icons/notice.png", @@ -165,10 +165,10 @@ const navList = reactive([ prem: "sys:notice:query", }, { - icon: "/static/icons/log.png", - title: "操作日志", - url: "/pages/work/log/index", - prem: "sys:log:query", + icon: "/static/icons/config.png", + title: "系统配置", + url: "/pages/work/config/index", + prem: "sys:config:query", }, ]);