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

10 lines
144 B
JavaScript
Raw Normal View History

2024-01-16 16:31:20 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://192.168.101.1:8011'
2024-01-16 16:31:20 +08:00
},
prod: {
VUE_APP_BASE_API: 'http://192.168.101.1:8011'
2024-01-16 16:31:20 +08:00
}
}