From 8d69f8151ef345d37dbf41e05f4a5a8082513710 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 29 Apr 2020 10:51:42 +0800
Subject: [PATCH] 引用braft-editor富文本

---
 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