From 4adb8b8868aeed1f5f3b89ae269a7724c6b451ad Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 八月 2023 16:58:31 +0800 Subject: [PATCH] 2023-08-11 --- src/tabviews/zshare/tablenodes/index.jsx | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tabviews/zshare/tablenodes/index.jsx b/src/tabviews/zshare/tablenodes/index.jsx index f46b98d..21c1919 100644 --- a/src/tabviews/zshare/tablenodes/index.jsx +++ b/src/tabviews/zshare/tablenodes/index.jsx @@ -6,7 +6,6 @@ import Api from '@/api' import G6 from "@antv/g6" import Utils from '@/utils/utils.js' -import options from '@/store/options.js' import './index.scss' const { Search } = Input @@ -475,8 +474,8 @@ const { visible, loading, empty, debug } = this.state return ( - <div className={'page-message-wrap ' + (debug && options.sysType !== 'cloud' ? 'exist' : '')}> - {debug && options.sysType !== 'cloud' ? <Button + <div className={'page-message-wrap ' + (debug && window.GLOB.sysType !== 'cloud' ? 'exist' : '')}> + {debug && window.GLOB.sysType !== 'cloud' ? <Button icon="fork" shape="circle" className="page-message" -- Gitblit v1.8.0