董国庆
2025-07-01 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26
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: {