Files
yongYuJiaJu/acs/nladmin-ui/public/config.js

11 lines
144 B
JavaScript
Raw Normal View History

2022-10-15 17:49:51 +08:00
window.g = {
dev: {
2022-11-11 08:50:07 +08:00
VUE_APP_BASE_API: 'http://192.168.4.116:8010'
2022-10-15 17:49:51 +08:00
},
prod: {
2022-11-11 08:50:07 +08:00
VUE_APP_BASE_API: 'http://192.168.4.1168010'
2022-10-15 17:49:51 +08:00
}
}