Files
yuenanFuJia/nladmin-ui/public/config.js

12 lines
247 B
JavaScript
Raw Normal View History

2025-07-09 17:48:57 +08:00
window.g = {
dev: {
2025-10-13 18:00:49 +08:00
// VUE_APP_BASE_API: 'http://127.0.0.1:8012'
VUE_APP_BASE_API: 'http://192.168.10.209:8081'
2025-07-09 17:48:57 +08:00
},
prod: {
2025-10-13 18:00:49 +08:00
// VUE_APP_BASE_API: 'http://172.19.10.72:8011'
VUE_APP_BASE_API: 'http://192.168.10.209:8081'
2025-07-09 17:48:57 +08:00
}
}