Files
whxr_acs/qd/public/config.js

11 lines
137 B
JavaScript
Raw Normal View History

2022-08-19 09:36:57 +08:00
window.g = {
dev: {
2024-01-04 10:29:11 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2022-08-19 09:36:57 +08:00
},
prod: {
2024-01-04 10:29:11 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2022-08-19 09:36:57 +08:00
}
}