Files
zhengzhouhuaxiang/lms/nladmin-ui/public/config.js

9 lines
155 B
JavaScript
Raw Normal View History

2026-03-23 17:11:42 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.8.202:8010'
}
}