| | |
| | | // axios中请求配置有baseURL选项,表示请求URL公共部分 |
| | | baseURL: process.env.VUE_APP_BASE_API, |
| | | // 超时 |
| | | timeout: 10000 |
| | | //默认10秒 修改为20秒 |
| | | timeout: 20000 |
| | | }) |
| | | |
| | | // request拦截器 |
| | |
| | | { |
| | | 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: [ |
| | |
| | | </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_"> |