13404089107
2025-06-26 3a35a24029969e7725336f1da790470210c6aba3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/'
    },
    // 生产环境
    production: {
        baseURL: "",
        imgUrl: "",
    },
};
 
export default apiConfig[process.env.VUE_APP_ENV];