src/views/system/user/index.vue
@@ -138,7 +138,6 @@ import setPostParams from "@/utils/searchParams.js"; const {proxy} = getCurrentInstance(); const imgBaseUrl = import.meta.env.VITE_APP_IMG_BASEURL //图片前缀 /** * 搜索相关 @@ -247,7 +246,7 @@ //上传文件,添加图片地址信息 const uploadData = (img) => { form.value.headImg = imgBaseUrl + img.toString() form.value.headImg = img.toString() } //获取用户分类列表