From a2d3270c36a67ca14ebbb1612a574223788f88bd Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Wed, 18 Sep 2024 11:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=20fast(=E5=A4=A7=E5=B1=8F):=20=E5=86=85?= =?UTF-8?q?=E5=B5=8C=E5=A4=A7=E5=B1=8F=E6=94=B9=E4=B8=BAhttps=EF=BC=8C?= =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=97=A0=E7=94=A8socket=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.ccprod | 2 +- .env.development | 2 +- .env.dr | 2 +- .env.drgy | 2 +- .env.drgyprod | 2 +- .env.drprod | 2 +- src/views/bigScreenIframe/index.vue | 2 +- src/views/profile/DeviceDetailsView/deviceSelectNav.vue | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.ccprod b/.env.ccprod index 41d3826f..f00f0b01 100644 --- a/.env.ccprod +++ b/.env.ccprod @@ -34,7 +34,7 @@ VUE_APP_THEME_CLASS = 'theme-grey-red' VUE_APP_BASE_API = '/prod-api' #平台大屏地址 -VUE_APP_BIGSCREEN_PLATFORM_URL = 'http://goview.drgyen.cn/#/chart/preview/202409060982078' +VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409060982078' #项目大屏地址 VUE_APP_BIGSCREEN_PROJECT_URL = '' diff --git a/.env.development b/.env.development index b043f3a8..733609c4 100644 --- a/.env.development +++ b/.env.development @@ -29,7 +29,7 @@ VUE_APP_THEME_CLASS = 'theme-green' VUE_APP_BASE_API = '/dev-api' #平台大屏地址 -VUE_APP_BIGSCREEN_PLATFORM_URL = 'http://goview.drgyen.cn/#/chart/preview/202409060982078' +VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409060982078' #项目大屏地址 VUE_APP_BIGSCREEN_PROJECT_URL = '' diff --git a/.env.dr b/.env.dr index 2078210a..99babbcf 100644 --- a/.env.dr +++ b/.env.dr @@ -33,7 +33,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-black' VUE_APP_BASE_API = '/dev-api' #平台大屏地址 -VUE_APP_BIGSCREEN_PLATFORM_URL = 'http://goview.drgyen.cn/#/chart/preview/202409060982078' +VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409060982078' #项目大屏地址 VUE_APP_BIGSCREEN_PROJECT_URL = '' diff --git a/.env.drgy b/.env.drgy index c45e46d2..7d00b7ec 100644 --- a/.env.drgy +++ b/.env.drgy @@ -33,7 +33,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-white' VUE_APP_BASE_API = '/dev-api' #平台大屏地址 -VUE_APP_BIGSCREEN_PLATFORM_URL = 'http://goview.drgyen.cn/#/chart/preview/202409060982078' +VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409060982078' #项目大屏地址 VUE_APP_BIGSCREEN_PROJECT_URL = '' diff --git a/.env.drgyprod b/.env.drgyprod index c627e385..110d2046 100644 --- a/.env.drgyprod +++ b/.env.drgyprod @@ -34,7 +34,7 @@ VUE_APP_THEME_CLASS = 'theme-green' VUE_APP_BASE_API = '/prod-api' #平台大屏地址 -VUE_APP_BIGSCREEN_PLATFORM_URL = 'http://goview.drgyen.cn/#/chart/preview/202409060982078' +VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409060982078' #项目大屏地址 VUE_APP_BIGSCREEN_PROJECT_URL = '' diff --git a/.env.drprod b/.env.drprod index d68f466d..ed56f0b7 100644 --- a/.env.drprod +++ b/.env.drprod @@ -34,7 +34,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-black' VUE_APP_BASE_API = '/prod-api' #平台大屏地址 -VUE_APP_BIGSCREEN_PLATFORM_URL = 'http://goview.drgyen.cn/#/chart/preview/202409060982078' +VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409060982078' #项目大屏地址 VUE_APP_BIGSCREEN_PROJECT_URL = '' diff --git a/src/views/bigScreenIframe/index.vue b/src/views/bigScreenIframe/index.vue index c375e8c5..7748d1a7 100644 --- a/src/views/bigScreenIframe/index.vue +++ b/src/views/bigScreenIframe/index.vue @@ -9,7 +9,7 @@ export default { name: "bigScreenIframe", data() { return { - src: "http://goview.drgyen.cn/#/chart/preview/202409060982078", + src: "https://goview.drgyen.cn/#/chart/preview/202409060982078", loading: true, token: "", iframeRef: null diff --git a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue index dad49589..6bb8b009 100644 --- a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue +++ b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue @@ -424,9 +424,9 @@ export default { } // this.timingPingWs(this.wsDeviceInfo); // 更换设备 开启ws - this.connection(); + // this.connection(); } else { - this.connection(); + // this.connection(); } }, deep: true