From 5acddbdb6b6d48a08b52602fd232993fd5c3715d Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Mon, 27 Apr 2020 15:51:27 +0800
Subject: [PATCH] 增加接收情况tabs列表

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