fuliqi
2024-08-16 1e89b87f5bc035d1241b52910d04db4bdb91e9eb
请求时间延长,点位标签取消重点点位
3个文件已修改
71 ■■■■■ 已修改文件
src/utils/request.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 65 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/point/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/request.js
@@ -17,7 +17,8 @@
  // axios中请求配置有baseURL选项,表示请求URL公共部分
  baseURL: process.env.VUE_APP_BASE_API,
  // 超时
  timeout: 10000
  //默认10秒 修改为20秒
  timeout: 20000
})
// request拦截器
src/views/system/data-manage/data-detail/list.js
@@ -66,42 +66,57 @@
        {
          label: '设备编码',
          align: 'center',
          prop: 'serialNumber',
          prop: 'serialNumber.showValue',
        },
        {
          label: '设备名称',
          align: 'center',
          prop: 'name'
        },
        {
          label: '监控点位类型',
          align: 'center',
          prop: 'siteType'
        },
        {
          label: 'Mac地址',
          align: 'center',
          prop: 'macAddr'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'cameraFunType'
          prop: 'name.showValue'
        },
        {
          label: '设备状态',
          align: 'center',
          prop: 'onState'
          prop: 'sbzt.showValue'
        },
        {
          label: '联网属性',
          label: 'Mac地址',
          align: 'center',
          prop: 'netWorking'
          prop: 'macdz.showValue'
        },
        {
          label: 'IPV4/IPV6',
          align: 'center',
          prop: 'ip.showValue'
        },
        {
          label: '监控点位类型',
          align: 'center',
          prop: 'jkdwlx.showValue'
        },
        {
          label: '摄像机功能类型',
          align: 'center',
          prop: 'sxjgnlx.showValue'
        },
        {
          label: '行政编码',
          align: 'center',
          prop: 'civilCode.showValue'
        },
        {
          label: '经度',
          align: 'center',
          prop: 'latitude.showValue'
        },
        {
          label: '纬度',
          align: 'center',
          prop: 'longitude.showValue'
        },
        {
          label: '摄像机采集区域',
          align: 'center',
          prop: 'sxjcjqy.showValue'
        },
      ],
      card: [
src/views/system/point/index.vue
@@ -58,8 +58,7 @@
            </el-date-picker>
          </div>
          <div class="bottom_">
            <el-checkbox v-model="provinceTag">重点点位</el-checkbox>
            <el-checkbox v-model="importantTag">省厅</el-checkbox>
            <el-checkbox v-model="provinceTag">省厅</el-checkbox>
            <el-checkbox v-model="importantCommandImageTag">重点指挥图像</el-checkbox>
          </div>
          <div class="bottom_">