Files
wuHanXinRui/mes/qd/public/config.js

13 lines
225 B
JavaScript
Raw Normal View History

2022-06-27 09:50:26 +08:00
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010',
EXPAND_URL: 'http://127.0.0.1:8013'
},
prod: {
2024-10-15 18:03:10 +08:00
VUE_APP_BASE_API: 'http://10.16.1.24:8010',
2022-06-27 09:50:26 +08:00
EXPAND_URL: 'http://192.168.81.252:8086'
}
}