fast(大屏): 内嵌大屏改为https,屏蔽无用socket请求
This commit is contained in:
parent
0a5b27a7a0
commit
a2d3270c36
|
@ -34,7 +34,7 @@ VUE_APP_THEME_CLASS = 'theme-grey-red'
|
||||||
VUE_APP_BASE_API = '/prod-api'
|
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 = ''
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ VUE_APP_THEME_CLASS = 'theme-green'
|
||||||
VUE_APP_BASE_API = '/dev-api'
|
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 = ''
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
||||||
|
|
||||||
|
|
2
.env.dr
2
.env.dr
|
@ -33,7 +33,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-black'
|
||||||
VUE_APP_BASE_API = '/dev-api'
|
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 = ''
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-white'
|
||||||
VUE_APP_BASE_API = '/dev-api'
|
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 = ''
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ VUE_APP_THEME_CLASS = 'theme-green'
|
||||||
VUE_APP_BASE_API = '/prod-api'
|
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 = ''
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-black'
|
||||||
VUE_APP_BASE_API = '/prod-api'
|
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 = ''
|
VUE_APP_BIGSCREEN_PROJECT_URL = ''
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ export default {
|
||||||
name: "bigScreenIframe",
|
name: "bigScreenIframe",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
src: "http://goview.drgyen.cn/#/chart/preview/202409060982078",
|
src: "https://goview.drgyen.cn/#/chart/preview/202409060982078",
|
||||||
loading: true,
|
loading: true,
|
||||||
token: "",
|
token: "",
|
||||||
iframeRef: null
|
iframeRef: null
|
||||||
|
|
|
@ -424,9 +424,9 @@ export default {
|
||||||
}
|
}
|
||||||
// this.timingPingWs(this.wsDeviceInfo);
|
// this.timingPingWs(this.wsDeviceInfo);
|
||||||
// 更换设备 开启ws
|
// 更换设备 开启ws
|
||||||
this.connection();
|
// this.connection();
|
||||||
} else {
|
} else {
|
||||||
this.connection();
|
// this.connection();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deep: true
|
deep: true
|
||||||
|
|
Loading…
Reference in New Issue