From ea34e669b45f86793017621a0dc3f9a71aa3276b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 二月 2021 18:23:26 +0800 Subject: [PATCH] 2021-02-23 --- src/components/tabview/index.jsx | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/tabview/index.jsx b/src/components/tabview/index.jsx index 7f5d069..ce5a0e8 100644 --- a/src/components/tabview/index.jsx +++ b/src/components/tabview/index.jsx @@ -9,6 +9,7 @@ import { modifyTabview, toggleIsiframe } from '@/store/action' import asyncComponent from '@/utils/asyncLoadComponent' import NotFount from '@/components/404' +import options from '@/store/options.js' import mzhCN from '@/locales/zh-CN/main.js' import menUS from '@/locales/en-US/main.js' import MKEmitter from '@/utils/events.js' @@ -35,7 +36,7 @@ service = window.GLOB.location + '/' + window.GLOB.service + 'zh-CN/' } -class Header extends Component { +class TabViews extends Component { static propTpyes = { collapse: PropTypes.bool, tabviews: PropTypes.array // 鏍囩椤垫暟缁� @@ -243,6 +244,7 @@ </div> </div> </BackTop> + {options.sysType === 'local' && window.GLOB.systemType !== 'production' ? <div className="mk-water-mark">娴嬭瘯绯荤粺</div> : null} </Tabs.TabPane> ) })} @@ -269,4 +271,4 @@ } } -export default connect(mapStateToProps, mapDispatchToProps)(Header) \ No newline at end of file +export default connect(mapStateToProps, mapDispatchToProps)(TabViews) \ No newline at end of file -- Gitblit v1.8.0