去掉一个引起不能构建的逗号

main
wuyize 2022-07-14 11:36:54 +08:00
parent 1c06677a21
commit eee0b981c2
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ const onCloseProject = (row) => {
}).catch(function (error) { }).catch(function (error) {
console.log(error) console.log(error)
}) })
}, }
</script> </script>
<script> <script>
import {ElMessage} from "element-plus"; import {ElMessage} from "element-plus";