From d16d04d80e42802e9caaacee9617159921e18b93 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期六, 07 六月 2025 16:14:33 +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