Commit 3efe70a4 by liuying

eslint自动格式化代码 npm run lint

parent d2056904
...@@ -32,5 +32,7 @@ module.exports = { ...@@ -32,5 +32,7 @@ module.exports = {
'no-mixed-spaces-and-tabs': 0, 'no-mixed-spaces-and-tabs': 0,
'comma-dangle': 0, 'comma-dangle': 0,
'space-before-function-paren': [0, 'always'], 'space-before-function-paren': [0, 'always'],
'semi': 0,
'quotes': 0,
}, },
} }
...@@ -429,9 +429,6 @@ export default { ...@@ -429,9 +429,6 @@ export default {
} }
}) })
// await this.axios // await this.axios
// .post(api.add.save, { // .post(api.add.save, {
// mediaId: this.currentImgId, // mediaId: this.currentImgId,
......
...@@ -217,7 +217,6 @@ export default { ...@@ -217,7 +217,6 @@ export default {
if(this.pushCountEnd) if(this.pushCountEnd)
paramsSearch.pushCountEnd = this.pushCountEnd; paramsSearch.pushCountEnd = this.pushCountEnd;
this.$emit('search', paramsSearch) 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