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-08-28 20:27:16 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2022-10-27 18:58:02 +08:00
},
prod: {
2023-08-28 20:27:16 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2022-10-27 18:58:02 +08:00
}
}