From 7ef2454c7df85c9a8fd493552398d4ac07c460d4 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期一, 23 六月 2025 09:43:56 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- laboratory/src/utils/baseurl.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/laboratory/src/utils/baseurl.js b/laboratory/src/utils/baseurl.js index b1e8ea6..26d8158 100644 --- a/laboratory/src/utils/baseurl.js +++ b/laboratory/src/utils/baseurl.js @@ -2,7 +2,8 @@ // 开发环境 development: { baseURL: "http://192.168.110.34:8081", - imgUrl: "", + imgUrl: "http://192.168.110.34:8081/open/file/upload", + showImgUrl:'http://192.168.110.34:11222/' }, // 生产环境 production: { -- Gitblit v1.7.1