#
Junjie
2025-05-13 87faf38ea97fffccc3cb4b16872da0188129aa66
#
1个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/views/admin/locMap/locMap.html 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/admin/locMap/locMap.html
@@ -202,13 +202,13 @@
        this.getMap(this.currentLev)
        this.initLev()//初始化楼层信息
        this.consoleInterval = setInterval(() => {
          this.getMap(this.currentLev) //获取实时地图数据
          this.getShuttleStateInfo() //获取四向穿梭车信息
          this.getLiftStateInfo() //获取提升机信息
          this.getSiteInfo() //获取输送站点数据
          // this.getCodeData()//获取条码
        }, 1000)
        // this.consoleInterval = setInterval(() => {
        //   this.getMap(this.currentLev) //获取实时地图数据
        //   this.getShuttleStateInfo() //获取四向穿梭车信息
        //   this.getLiftStateInfo() //获取提升机信息
        //   this.getSiteInfo() //获取输送站点数据
        //   // this.getCodeData()//获取条码
        // }, 1000)
      },
      initLev(){