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

11 lines
140 B
JavaScript
Raw Normal View History

2023-06-25 19:29:51 +08:00
window.g = {
dev: {
2023-08-30 15:36:22 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
2023-06-25 19:29:51 +08:00
},
prod: {
2023-08-30 15:36:22 +08:00
VUE_APP_BASE_API: 'http://10.93.41.198:8010'
2023-06-25 19:29:51 +08:00
}
}