From 7847d89a8a842836d52b62beb42f8d95a55fea79 Mon Sep 17 00:00:00 2001 From: ErrorEncounterd <401395069@qq.com> Date: Wed, 7 Oct 2020 12:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E6=97=B6=E9=83=A8=E5=88=86=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/common/js/meum.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/common/js/meum.js b/public/common/js/meum.js index d023bb5..26e9511 100644 --- a/public/common/js/meum.js +++ b/public/common/js/meum.js @@ -8,7 +8,7 @@ name: '用户中心', //菜单名 link: './template/gen_home.html', //单击时跳转目的 api: 'genuser/home', //通过 Webscoket 后端请求的API,null为不请求, - select: false + select: true }, { class: 'glyphicon-th-list', //html元素 类 name: '文件管理', //菜单名 @@ -30,7 +30,7 @@ name: '监控数据中心', link: './template/center.html', api: 'center/show', - select: false + select: true }, { class: 'glyphicon-tasks', name: '服务端管理', @@ -57,4 +57,4 @@ select: false }] -})(); \ No newline at end of file +})();