|
@ -25,4 +25,7 @@ VUE_APP_SJ_API = 'http://${VUE_APP_SJ_BASE_IP_ADDRESS}:9092/SJSE/' |
|
|
VUE_APP_PREVIEW_API = '${VUE_APP_SERVER_API}/sdma-preview/' |
|
|
VUE_APP_PREVIEW_API = '${VUE_APP_SERVER_API}/sdma-preview/' |
|
|
|
|
|
|
|
|
# websocket连接地址 |
|
|
# websocket连接地址 |
|
|
VUE_APP_WEBSOCKET = 'ws://${VUE_APP_SERVER_ADDRESS}/sdma-websocket/websocket/' |
|
|
VUE_APP_WEBSOCKET = 'ws://${VUE_APP_SERVER_ADDRESS}/sdma-websocket/websocket/' |
|
|
|
|
|
|
|
|
|
|
|
# 图片链接地址 |
|
|
|
|
|
VUE_APP_IMG_URL = '${VUE_APP_PREVIEW_API}${VUE_APP_PROJECT_NAME}/upload/image/' |
|
|