quanyawei
2023-10-20 d8b41fff43a2cee6a8f714ffa807623b15803786
1
2
3
4
5
6
const config = {
    baseUrl: "http://120.26.43.34:8081/api", //测试
    // baseUrl: "http://47.99.64.149:8081/api", //生产
    // baseUrl: "http://192.168.0.9:8081/api", //生产
};
module.exports = config;