From 6970c3722ec6bf6cdfea74143dddd2963b7cf126 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 24 二月 2021 14:23:56 +0800 Subject: [PATCH] 2021-02-24 --- src/components/tabview/index.jsx | 4 ++-- scripts/build.js | 2 +- scripts/start.js | 2 +- src/utils/utils.js | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/scripts/build.js b/scripts/build.js index a8cd5a2..1178ec6 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -1,4 +1,4 @@ -'use strict'; +// 'use strict'; // Do this as the first thing so that any code reading it knows the right env. process.env.BABEL_ENV = 'production'; diff --git a/scripts/start.js b/scripts/start.js index 0014802..284a7ce 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -1,4 +1,4 @@ -'use strict'; +// 'use strict'; // Do this as the first thing so that any code reading it knows the right env. process.env.BABEL_ENV = 'development'; diff --git a/src/components/tabview/index.jsx b/src/components/tabview/index.jsx index ce5a0e8..7667d49 100644 --- a/src/components/tabview/index.jsx +++ b/src/components/tabview/index.jsx @@ -9,7 +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 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' @@ -244,7 +244,7 @@ </div> </div> </BackTop> - {options.sysType === 'local' && window.GLOB.systemType !== 'production' ? <div className="mk-water-mark">娴嬭瘯绯荤粺</div> : null} + {/* {options.sysType === 'local' && window.GLOB.systemType !== 'production' ? <div className="mk-water-mark">娴嬭瘯绯荤粺</div> : null} */} </Tabs.TabPane> ) })} diff --git a/src/utils/utils.js b/src/utils/utils.js index 8d35665..72edafc 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -598,6 +598,10 @@ key: search.datefield, value: '0' }) + options.push({ + key: search.datefield + '1', + value: '0' + }) if (search.transfer === 'true') { options.push(item) } -- Gitblit v1.8.0