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

10 lines
155 B
JavaScript
Raw Normal View History

2023-04-04 11:00:33 +08:00
window.g = {
2023-07-31 11:20:03 +08:00
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
},
prod: {
VUE_APP_BASE_API: 'http://172.18.10.14:8010'
2023-04-04 11:00:33 +08:00
2023-07-31 11:20:03 +08:00
}
2023-04-04 11:00:33 +08:00
2023-07-31 11:20:03 +08:00
}