dashboard
repositories
filestore
activity
search
login
main
/
moral_applet_allocation
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix: 限期天数修改
quanyawei
2024-06-27
e07b984728e0a97473b2954d097afac4a5c8b80a
[moral_applet_allocation.git]
/
.env.dev.js
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;