Files
longdianningxing/acs2/nladmin-ui/public/config.js

10 lines
140 B
JavaScript
Raw Normal View History

2024-08-01 10:51:17 +08:00
window.g = {
dev: {
2024-11-20 11:24:08 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8019'
2024-08-01 10:51:17 +08:00
},
prod: {
2024-11-11 14:48:50 +08:00
VUE_APP_BASE_API: 'http://192.168.20.11:8011'
2024-08-01 10:51:17 +08:00
}
}