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: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
},
prod: {
2023-01-16 11:05:45 +08:00
VUE_APP_BASE_API: 'http://10.1.3.90:8011'
2022-10-27 18:58:02 +08:00
}
}