From 75fa1bb87cf216dc4525d1a427924de464b03e80 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Tue, 14 Apr 2020 10:33:39 +0800 Subject: [PATCH] 修稿favicon、修改bug --- src/components/common/MenuView/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/MenuView/index.jsx b/src/components/common/MenuView/index.jsx index 7b9e76b..12f1a65 100644 --- a/src/components/common/MenuView/index.jsx +++ b/src/components/common/MenuView/index.jsx @@ -30,7 +30,7 @@ document.title = `${name}`; } } else { - document.title = `xx系统`; + document.title = `恒巨信息`; } const defaultOpenKeys = menudata.map(({ name }) => name); @@ -71,7 +71,7 @@ title={name.length > 10 ? name : undefined} onClick={() => { if (type == 'open') { - window.open('/#' + path); + window.open(path); } else { history.replace(path); } -- Gitblit v1.8.0