修复语法格式问题

This commit is contained in:
hupeng
2020-02-17 10:22:25 +08:00
parent e269614bd5
commit d7c60b817b
40 changed files with 580 additions and 759 deletions

View File

@ -18,6 +18,12 @@
import { getToken } from '@/utils/auth'
import { mapGetters } from 'vuex'
export default {
props: {
value: {
default: '',
type: String
}
},
data() {
return {
resourcesUrl: '',
@ -31,12 +37,6 @@ export default {
'qiNiuUploadApi'
])
},
props: {
value: {
default: '',
type: String
}
},
methods: {
// 图片上传
handleUploadSuccess(response, file, fileList) {