fuliqi
2024-10-12 657bc734ad4193d2594626261ae2f9825f4265c2
检测工具预览图片
5个文件已修改
57 ■■■■ 已修改文件
public/index.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/request.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/data-manage/data-detail/list.js 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tool/online/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/index.html
@@ -12,9 +12,7 @@
  </title>
  <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
  <style>
    html {
      font-size: 14px
    }
    html
    body,
    #app {
      height: 100%;
src/utils/request.js
@@ -17,8 +17,8 @@
  // axios中请求配置有baseURL选项,表示请求URL公共部分
  baseURL: process.env.VUE_APP_BASE_API,
  // 超时
  //默认10秒 修改为20秒
  timeout: 20000
  //默认10秒 修改为25秒
  timeout: 25000
})
// request拦截器
src/views/screen/index.vue
@@ -71,10 +71,10 @@
              />
              <ul>
                <li v-for="(item, index) in facilityData.video" :key="index">
                  <div class="value">
                  <div style="font-size: 14px" class="value">
                    <animate-number from="0" :to="item.value" :key="item.value"></animate-number>
                  </div>
                  <div class="title">{{ item.title }}</div>
                  <div style="font-size: 14px" class="title">{{ item.title }}</div>
                </li>
              </ul>
            </div>
@@ -86,8 +86,8 @@
              <ul>
                <li v-for="(item, index) in facilityData.car" :key="index">
<!--                  <div class="value">{{ item.value ? item.value : "-" }}</div>-->
                  <div class="value"><animate-number from="0" :to="item.value" :key="item.value"></animate-number></div>
                  <div class="title">{{ item.title }}</div>
                  <div style="font-size: 14px" class="value"><animate-number from="0" :to="item.value" :key="item.value"></animate-number></div>
                  <div style="font-size: 14px" class="title">{{ item.title }}</div>
                </li>
              </ul>
            </div>
@@ -102,8 +102,8 @@
                  :key="index"
                >
<!--                  <div class="value">{{ item.value ? item.value : "-" }}</div>-->
                  <div class="value"><animate-number from="0" :to="item.value" :key="item.value"></animate-number></div>
                  <div class="title">{{ item.title }}</div>
                  <div style="font-size: 14px" class="value"><animate-number from="0" :to="item.value" :key="item.value"></animate-number></div>
                  <div style="font-size: 14px" class="title">{{ item.title }}</div>
                </li>
              </ul>
            </div>
src/views/system/data-manage/data-detail/list.js
@@ -1057,19 +1057,19 @@
        {
          label: '最近监测在线状态',
          align: 'center',
          prop: 'online',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'online',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'online',
          prop: 'offLineCount',
          width: 200,
        },
        {
@@ -1130,19 +1130,19 @@
        {
          label: '最近监测在线状态',
          align: 'center',
          prop: 'online',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'online',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'online',
          prop: 'offLineCount',
          width: 200,
        },
        {
@@ -1701,19 +1701,19 @@
        {
          label: '最近监测在线状态',
          align: 'center',
          prop: 'online',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'online',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'online',
          prop: 'offLineCount',
          width: 200,
        },
        {
@@ -2070,19 +2070,19 @@
        {
          label: '最近监测在线状态',
          align: 'center',
          prop: 'online',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'online',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'online',
          prop: 'offLineCount',
          width: 200,
        },
        {
@@ -2342,19 +2342,19 @@
        {
          label: '最近监测在线状态',
          align: 'center',
          prop: 'online',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'online',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'online',
          prop: 'offLineCount',
          width: 200,
        },
        {
@@ -3684,19 +3684,19 @@
        {
          label: '最近监测在线状态',
          align: 'center',
          prop: 'online',
          prop: 'onlineStr',
          width: 200,
        },
        {
          label: '当日监测次数',
          align: 'center',
          prop: 'online',
          prop: 'checkCount',
          width: 200,
        },
        {
          label: '当日离线次数',
          align: 'center',
          prop: 'online',
          prop: 'offLineCount',
          width: 200,
        },
        {
src/views/tool/online/index.vue
@@ -22,6 +22,7 @@
                <el-image
                  style="width: 100px; height: 100px"
                  :src="result.img"
                  :preview-src-list="[result.img]"
                  fit="fill">
                </el-image>
              </div>