diff --git a/.env.dev b/.env.dev index c9c0b788..c7342648 100644 --- a/.env.dev +++ b/.env.dev @@ -13,7 +13,7 @@ VUE_APP_TITLE = MES系统 # 芋道管理系统/开发环境 # VUE_APP_BASE_API = 'http://100.64.0.26:48082' -VUE_APP_BASE_API = 'http://10.70.2.2:8080' +# VUE_APP_BASE_API = 'http://10.70.2.2:8080' # VUE_APP_BASE_API = 'http://192.168.0.33:48082' # VUE_APP_BASE_API = 'http://192.168.4.173:48080' # VUE_APP_BASE_API = 'http://192.168.2.173:48080' @@ -21,7 +21,7 @@ VUE_APP_BASE_API = 'http://10.70.2.2:8080' # VUE_APP_BASE_API = 'http://192.168.1.8:48082' # VUE_APP_BASE_API = 'http://192.168.4.159:48080' # VUE_APP_BASE_API = 'http://192.168.1.104:48082' -# VUE_APP_BASE_API = 'http://192.168.0.33:48082' +VUE_APP_BASE_API = 'http://192.168.0.33:48082' # VUE_APP_BASE_API = 'http://192.168.1.62:48082' # VUE_APP_BASE_API = 'http://192.168.1.78:48082' diff --git a/dist-load.zip b/dist-load.zip deleted file mode 100644 index d57b094b..00000000 Binary files a/dist-load.zip and /dev/null differ diff --git a/public/index.html b/public/index.html index 860ebd9d..24473042 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,10 @@ + + + + <%= webpackConfig.name %> diff --git a/src/views/OperationalOverview/AGVBoard.vue b/src/views/OperationalOverview/AGVBoard.vue index b582459e..202f40af 100644 --- a/src/views/OperationalOverview/AGVBoard.vue +++ b/src/views/OperationalOverview/AGVBoard.vue @@ -757,6 +757,9 @@ export default { this.init() this.getTimes() this.windowWidth(document.documentElement.clientWidth) + setTimeout(() => { + window.location.reload() + }, 86400000) }, mounted() { const _this = this; diff --git a/src/views/OperationalOverview/coldBoard.vue b/src/views/OperationalOverview/coldBoard.vue index 7c73cf56..60fd34f8 100644 --- a/src/views/OperationalOverview/coldBoard.vue +++ b/src/views/OperationalOverview/coldBoard.vue @@ -386,6 +386,9 @@ export default { // this.fetchList('order-process') // this.fetchList('line-chart-data') this.init() + setTimeout(() => { + window.location.reload() + }, 86400000) }, destroyed() { this.funInitWebSocket() diff --git a/src/views/OperationalOverview/components/doubleYChart .vue b/src/views/OperationalOverview/components/doubleYChart .vue index 15a62ee9..794fa6a3 100644 --- a/src/views/OperationalOverview/components/doubleYChart .vue +++ b/src/views/OperationalOverview/components/doubleYChart .vue @@ -135,7 +135,8 @@ export default { } } }, - data: passRateList + // data: passRateList + data: [] } ] // const colors = ['#5470C6', '#91CC75', '#EE6666'] diff --git a/src/views/OperationalOverview/processingBoard.vue b/src/views/OperationalOverview/processingBoard.vue index 2992e2f8..bb9a6b59 100644 --- a/src/views/OperationalOverview/processingBoard.vue +++ b/src/views/OperationalOverview/processingBoard.vue @@ -610,6 +610,9 @@ export default { // this.fetchList('order-process') // this.fetchList('line-chart-data') this.init() + setTimeout(() => { + window.location.reload() + }, 86400000) }, destroyed () { this.websocketClose()