From 3988c83012c64ad56023de5b336fe94710ffed3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Thu, 12 May 2022 10:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG:=20=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/menu/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/menu/index.js b/web/src/menu/index.js index 0c091d6..0beef46 100644 --- a/web/src/menu/index.js +++ b/web/src/menu/index.js @@ -100,7 +100,7 @@ export const handleAsideMenu = function (menuData) { strict: true }) const menu = [ - { path: '/index', title: '控制啊台1', icon: 'home' }, + { path: '/index', title: '控制台', icon: 'home' }, ...data ] return supplementPath(menu)