quanyawei
2023-11-10 0a24ffeb3eff074c8f11e9f94fdf2c2cb4929799
1
2
3
4
5
6
const config = {
    // baseUrl: "http://120.26.43.34:8081/api/", //测试
    baseUrl: "https://qx.7drlb.com/api", //生产
    // baseUrl: "http://192.168.0.12:8081/api", //生产
};
module.exports = config;