Commit 897f133a by 张卿
parents 47d53db8 3efe70a4
......@@ -32,5 +32,7 @@ module.exports = {
'no-mixed-spaces-and-tabs': 0,
'comma-dangle': 0,
'space-before-function-paren': [0, 'always'],
'semi': 0,
'quotes': 0,
},
}
......@@ -429,9 +429,6 @@ export default {
}
})
// await this.axios
// .post(api.add.save, {
// mediaId: this.currentImgId,
......
......@@ -217,7 +217,6 @@ export default {
if(this.pushCountEnd)
paramsSearch.pushCountEnd = this.pushCountEnd;
this.$emit('search', paramsSearch)
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment