scripts/build.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
scripts/start.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/tabview/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/utils/utils.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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'; 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'; 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> ) })} 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) }