From 19406135bf51cd719a076144c900c87920bdfe4f Mon Sep 17 00:00:00 2001 From: zt Date: Mon, 28 Jul 2025 16:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi/uploadPath/appResource/html/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi/uploadPath/appResource/html/upload.html b/ruoyi/uploadPath/appResource/html/upload.html index 996e015..a2f252a 100644 --- a/ruoyi/uploadPath/appResource/html/upload.html +++ b/ruoyi/uploadPath/appResource/html/upload.html @@ -277,7 +277,7 @@ mounted() { const protocol = window.location.protocol; const host = window.location.host; - // this.baseUrl = `${protocol}//${host}/lhyg`; // 动态获取基础 URL + this.baseUrl = `${protocol}//${host}/lhyg`; // 动态获取基础 URL // 获取 URL 中的 userId 参数 const urlParams = new URLSearchParams(window.location.search); this.userId = urlParams.get("userId");