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

11 lines
145 B
JavaScript
Raw Normal View History

2022-11-09 09:42:35 +08:00
window.g = {
dev: {
2023-06-02 14:24:26 +08:00
VUE_APP_BASE_API: 'http://192.168.4.220:8010'
2022-11-09 09:42:35 +08:00
},
prod: {
2023-06-02 14:24:26 +08:00
VUE_APP_BASE_API: 'http://192.168.4.220:8010'
2022-11-09 09:42:35 +08:00
}
}