Files
wuHanXinRui/mes/qd/public/config.js
2022-06-27 09:50:26 +08:00

13 lines
229 B
JavaScript

window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010',
EXPAND_URL: 'http://127.0.0.1:8013'
},
prod: {
VUE_APP_BASE_API: 'http://192.168.81.252:8010',
EXPAND_URL: 'http://192.168.81.252:8086'
}
}