3
whycq
2024-06-06 1c97b1b0d720d5d4f203d74039e4fc1bb84ef9fb
pages/phyz/bcp/bcpDbList.vue
@@ -283,7 +283,7 @@
            let _this = this
            let param = {floor: this.floor,dbList: this.dbList,moveType: this.moveType}
            uni.request({
               url: `${_this.baseUrl}/agvMobile/agv/v1/locMove`,
               url: `${_this.baseUrl}/agvMobile/agv/v2/locMove`,
               header: {'token': uni.getStorageSync('token'),},
               data: param,
               method: 'POST',
@@ -312,7 +312,7 @@
   @import url('../../../static/css/common/order.css');
   
   .station {
      position: fixed;
      /* position: fixed; */
      font-size: 18px;
      width: 96%;
      padding: 24rpx;