浏览代码

1

pull/199/head
gtz 7 个月前
父节点
当前提交
65370dbdcb
共有 7 个文件被更改,包括 17 次插入3 次删除
  1. +2
    -2
      .env.dev
  2. 二进制
      dist-load.zip
  3. +4
    -0
      public/index.html
  4. +3
    -0
      src/views/OperationalOverview/AGVBoard.vue
  5. +3
    -0
      src/views/OperationalOverview/coldBoard.vue
  6. +2
    -1
      src/views/OperationalOverview/components/doubleYChart .vue
  7. +3
    -0
      src/views/OperationalOverview/processingBoard.vue

+ 2
- 2
.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'



二进制
dist-load.zip 查看文件


+ 4
- 0
public/index.html 查看文件

@@ -8,6 +8,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" type="text/css" media="print" href="<%= BASE_URL %>print-lock.css">
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<title>
<%= webpackConfig.name %>
</title>


+ 3
- 0
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;


+ 3
- 0
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()


+ 2
- 1
src/views/OperationalOverview/components/doubleYChart .vue 查看文件

@@ -135,7 +135,8 @@ export default {
}
}
},
data: passRateList
// data: passRateList
data: []
}
]
// const colors = ['#5470C6', '#91CC75', '#EE6666']


+ 3
- 0
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()


正在加载...
取消
保存