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

10 lines
136 B
JavaScript
Raw Normal View History

2023-11-02 17:39:08 +08:00
window.g = {
dev: {
2024-04-01 10:33:53 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
2023-11-02 17:39:08 +08:00
},
prod: {
2024-04-01 10:33:53 +08:00
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
2023-11-02 17:39:08 +08:00
}
}