frontend eslint

This commit is contained in:
dhb52
2022-08-09 23:07:35 +08:00
committed by songzhibin97
parent 767e7650e0
commit 9c564df350
8 changed files with 80 additions and 82 deletions

View File

@@ -82,7 +82,6 @@
<script setup>
import { getFileList, deleteFile, editFileName } from '@/api/fileUploadAndDownload'
import { downloadImage } from '@/utils/downloadImg'
import { useUserStore } from '@/pinia/modules/user'
import CustomPic from '@/components/customPic/index.vue'
import UploadImage from '@/components/upload/image.vue'
import UploadCommon from '@/components/upload/common.vue'
@@ -93,7 +92,6 @@ import { ref } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
const path = ref(import.meta.env.VITE_BASE_API)
const userStore = useUserStore()
const imageUrl = ref('')
const imageCommon = ref('')