From d16f4256b3eaae78a344ed28316e642687bcd236 Mon Sep 17 00:00:00 2001 From: zichen1019 <1510748736@qq.com> Date: Tue, 24 Aug 2021 18:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=B7=BB=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0=E5=90=8E=E5=85=AC=E7=94=A8=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++++- .env.production | 3 +++ .env.test | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 139ca37..9422fe7 100644 --- a/.env.development +++ b/.env.development @@ -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/' # 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/' diff --git a/.env.production b/.env.production index 1953fee..1d78fc9 100644 --- a/.env.production +++ b/.env.production @@ -23,3 +23,6 @@ VUE_APP_PREVIEW_API = '${VUE_APP_SERVER_API}/sdma-preview/' # 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/' diff --git a/.env.test b/.env.test index 135c37a..d12b8f6 100644 --- a/.env.test +++ b/.env.test @@ -23,3 +23,6 @@ VUE_APP_PREVIEW_API = '${VUE_APP_SERVER_API}/sdma-preview/' # 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/'