From 13cfbde0c66465d56ba4030f712597a4df7a764e Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Wed, 7 Jan 2026 09:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E7=BB=84=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom/imageSign.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/custom/imageSign.vue b/components/custom/imageSign.vue index 5b467d8..152e978 100644 --- a/components/custom/imageSign.vue +++ b/components/custom/imageSign.vue @@ -31,13 +31,13 @@ }, data() { return { - baseUrl: config.uni_app_web_api_url, + baseUrl: config.uni_app_web_source_url, urlResult: '' } }, beforeMount() { if (this.user && this.user.FILE_PATH && this.user.FILE_PATH.length > 0) { - this.urlResult = this.baseUrl + ':3199' + this.user.FILE_PATH + this.urlResult = this.baseUrl + this.user.FILE_PATH } else { this.urlResult = '' }