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

10 lines
136 B
JavaScript
Raw Normal View History

2024-01-16 16:31:20 +08:00
window.g = {
dev: {
2024-03-18 08:45:37 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
2024-01-16 16:31:20 +08:00
},
prod: {
2024-03-20 09:01:40 +08:00
VUE_APP_BASE_API: 'http://10.1.3.96:8011'
2024-01-16 16:31:20 +08:00
}
}