From 9a16cb432ed0a597caf9ba78c9dda63ad2134207 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 01 七月 2020 12:42:40 +0800
Subject: [PATCH] 2020-07-01

---
 src/tabviews/treepage/index.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/treepage/index.jsx b/src/tabviews/treepage/index.jsx
index 455b130..b2e333a 100644
--- a/src/tabviews/treepage/index.jsx
+++ b/src/tabviews/treepage/index.jsx
@@ -6,6 +6,7 @@
 import moment from 'moment'
 
 import Api from '@/api'
+import options from '@/store/options.js'
 import zhCN from '@/locales/zh-CN/main.js'
 import enUS from '@/locales/en-US/main.js'
 import Utils from '@/utils/utils.js'
@@ -880,12 +881,12 @@
           </Col>
         </Row> : null}
         
-        <Button
+        {options.sysType !== 'cloud' ? <Button
           icon="copy"
           shape="circle"
           className="tree-page-copy"
           onClick={this.handleviewconfig}
-        />
+        /> : null}
         <Modal
           className="menu-tree-modal"
           title={'鑿滃崟缁撴瀯鏍�'}

--
Gitblit v1.8.0