From 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期二, 01 七月 2025 09:00:38 +0800 Subject: [PATCH] 修改bug,验收通过 --- laboratory/src/utils/baseurl.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/laboratory/src/utils/baseurl.js b/laboratory/src/utils/baseurl.js index 26d8158..f3094df 100644 --- a/laboratory/src/utils/baseurl.js +++ b/laboratory/src/utils/baseurl.js @@ -1,9 +1,9 @@ const apiConfig = { // 开发环境 development: { - baseURL: "http://192.168.110.34:8081", - imgUrl: "http://192.168.110.34:8081/open/file/upload", - showImgUrl:'http://192.168.110.34:11222/' + baseURL: "/", + imgUrl: "/open/file/upload", + showImgUrl: '/', }, // 生产环境 production: { -- Gitblit v1.7.1