@ -326,8 +326,8 @@ module.exports = {
comments: false
},
compress: {
drop_debugger: false,
drop_console: false
drop_debugger: true,
drop_console: true
}
}),
@ -485,7 +485,7 @@ class Listjihe extends Component {
{items ?
items.analysis=== undefined || items.analysis=== null || items.analysis === "" ?
""
"暂无解析"
:
items.analysis.length>0?
analysisnames===null || analysisnames===undefined?"":
@ -495,7 +495,7 @@ class Listjihe extends Component {
value={analysisnames}
/>
@ -32,16 +32,6 @@ class PaperDeletModel extends Component {
// //console.log(e.target.value);
// //console.log(e.target.value.length);
if(this.isNull(e.target.value)===true){
this.props.showNotification('不能输入空格');
this.setState({
errorestit:'不能输入空格',
errores:true,
boolred:true,
})
return
newkntypeinput: e.target.value,
addonAfteronelens3:e.target.value.length,