| .env.production | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/mdc/realtime-status/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.env.production
@@ -8,7 +8,8 @@ NODE_ENV = production # 标题 VUE_APP_TITLE = 制造信息管理系统 VUE_APP_TITLE = 工业母机中试验证云平台 #制造信息管理系统 # 接口地址 VUE_APP_API_BASEURL = /api src/views/mdc/realtime-status/index.vue
@@ -378,9 +378,12 @@ item.active = true; } deviceNumAll += item.deviceNum; /* //调试 后端数据已经取消 if(item.statusName != '调试') { newResData.push(item); } }*/ newResData.push(item); if(item.statusName == '报警') { item.icon = "Position"; }else if(item.statusName == '待机') {