diff --git a/src/views/tools/storage/qiniu/index.vue b/src/views/tools/storage/qiniu/index.vue index 4b5f92b..b95962d 100644 --- a/src/views/tools/storage/qiniu/index.vue +++ b/src/views/tools/storage/qiniu/index.vue @@ -59,11 +59,7 @@ {{ scope.row.key }} - - - + @@ -179,13 +175,6 @@ export default { console.log(err.response.data.message) }) }, - getExtensionName(name) { - const dot = name.lastIndexOf('.') - if ((dot > -1) && (dot < (name.length - 1))) { - return name.substring(dot + 1) - } - return name - }, handleSuccess(response, file, fileList) { const uid = file.uid const id = response.id