quanyawei
2024-03-01 bd99a5211f3a5fcaa051e5da868d87bb870148f5
.env.dev.js
New file
@@ -0,0 +1,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;