NODE_ENV=production
|
#工控网
|
#VUE_APP_API_BASE_URL=http://10.118.10.62:6099
|
#涉密网
|
#VUE_APP_API_BASE_URL=http://20.10.3.42:6099
|
#本地
|
VUE_APP_API_BASE_URL=http://127.0.0.1:9999
|
#本地虚拟机
|
#VUE_APP_API_BASE_URL=http://192.168.1.18:9999
|
VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
|
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
|