fast(大屏): 内嵌大屏改为https,屏蔽无用socket请求

This commit is contained in:
fhysy 2024-09-18 11:57:00 +08:00
parent 0a5b27a7a0
commit a2d3270c36
8 changed files with 9 additions and 9 deletions

View File

@ -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 = ''

View File

@ -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 = ''

View File

@ -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 = ''

View File

@ -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 = ''

View File

@ -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 = ''

View File

@ -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 = ''

View File

@ -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

View File

@ -424,9 +424,9 @@ export default {
}
// this.timingPingWs(this.wsDeviceInfo);
// ws
this.connection();
// this.connection();
} else {
this.connection();
// this.connection();
}
},
deep: true