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: {
2024-01-22 19:27:06 +08:00
VUE_APP_BASE_API: 'http://10.1.3.94:8011'
2022-10-27 18:58:02 +08:00
},
prod: {
2024-01-22 19:27:06 +08:00
VUE_APP_BASE_API: 'http://10.1.3.94:8011'
2022-10-27 18:58:02 +08:00
}
}