From 010ce04ba6e27f2bd603cec692d2695d7a8a3c1f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期三, 07 五月 2025 08:38:18 +0800 Subject: [PATCH] fix:修改水温深度监测 --- src/views/system/user/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4f87b0e..5a345a7 100644 --- a/src/views/system/user/index.vue +++ b/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() } //获取用户分类列表 -- Gitblit v1.9.3