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