Files
longdianningxing/acs/nladmin-ui/public/config.js

11 lines
137 B
JavaScript
Raw Normal View History

2022-10-27 18:58:02 +08:00
window.g = {
dev: {
2023-12-20 11:32:14 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8015'
2022-10-27 18:58:02 +08:00
},
prod: {
2023-12-19 09:28:54 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8012'
2022-10-27 18:58:02 +08:00
}
}