From aa0ab357b4678443fae3e1e5cb9df7a7d5680fe9 Mon Sep 17 00:00:00 2001 From: helloxujingliang <3225043@qq.com> Date: Mon, 18 Sep 2023 16:57:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E6=A0=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 3 +++ .env.prod | 9 +++++---- src/App.vue | 8 ++++---- src/views/home/index.vue | 18 +++++++++++++----- src/views/home/widget/rightclick.vue | 14 +++++++++++--- src/views/home/widget/userpoint.vue | 3 +-- src/views/home/widget/waterbox.vue | 2 +- 7 files changed, 38 insertions(+), 19 deletions(-) diff --git a/.env.dev b/.env.dev index 02991c6..9af454b 100644 --- a/.env.dev +++ b/.env.dev @@ -20,9 +20,12 @@ VUE_APP_OIDC_SILENTREDIRECTURI = http://112.233.241.108:1803/silent-renew-oidc.h VUE_APP_BASE_API = http://123.132.248.154:9231/api VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231 +VUE_APP_WEBSOCKET_URL = ws://123.132.248.154:9225/ws + #VUE_APP_BASE_API = http://221.2.83.254:7001/api #VUE_APP_BASE_IMG_URL = http://221.2.83.254:7001 +#VUE_APP_WEBSOCKET_URL = ws://221.2.83.254:9002/ws #VUE_APP_BASE_API = http://123.132.248.154:9224/api #VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224 diff --git a/.env.prod b/.env.prod index 0516c8f..3e73824 100644 --- a/.env.prod +++ b/.env.prod @@ -15,8 +15,9 @@ VUE_APP_OIDC_SILENTREDIRECTURI = http://demo.openauth.me:1803/silent-renew-oidc. #VUE_APP_BASE_API = http://123.132.248.154:9224/api #VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224 -#VUE_APP_BASE_API = http://123.132.248.154:9231/api -#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231 +VUE_APP_BASE_API = http://123.132.248.154:9231/api +VUE_APP_BASE_IMG_URL = http://123.132.248.154:9231 +VUE_APP_WEBSOCKET_URL = ws://123.132.248.154:9225/ws -VUE_APP_BASE_API = http://221.2.83.254:7001/api -VUE_APP_BASE_IMG_URL = http://221.2.83.254:7001 \ No newline at end of file +#VUE_APP_BASE_API = http://221.2.83.254:7001/api +#VUE_APP_BASE_IMG_URL = http://221.2.83.254:7001 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index c629a04..9a4828e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@