hejianhao
2025-09-12 43e0da3e05212418891d1cc3a377905d1ad2e6ed
chore: update files
6个文件已修改
23 ■■■■■ 已修改文件
public/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layouts/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/baseurl.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/car-manage/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/home/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/login/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/index.html
@@ -7,7 +7,7 @@
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <!-- <link rel="icon" href="<%= BASE_URL %>logo.png"> -->
  <link rel="icon" href="data:,">
  <title>射洪“两客一危”监管平台</title>
  <title>射洪“两客一危一货”监管平台</title>
</head>
<body>
src/layouts/index.vue
@@ -3,7 +3,7 @@
    <div class="header relative" style="align-items: flex-end">
      <div @click="$router.push('/home')" class="title">
        <img src="@/assets/logo.png" alt="" />
        <span> 射洪市 两客一危 监管平台 </span>
        <span> 射洪市 两客一危一货 监管平台 </span>
      </div>
      <div></div>
      
src/utils/baseurl.js
@@ -1,7 +1,7 @@
const apiConfig = {
    // 开发环境
    development: {
        // baseURL: "http://192.168.110.80:9000",
        // baseURL: "http://116.169.59.170:5000",
        baseURL: "http://221.182.45.100:9000",
        mapKey: "67968c82f27c7e2cb9f40c1a9aa3042b",
        secretKey: "37ce61ae86efa5ad82b649a277f5097c",
src/view/car-manage/index.vue
@@ -65,13 +65,13 @@
                <el-table-column prop="vehicleNumber" label="车牌号"></el-table-column>
                <el-table-column prop="licensePlateColor" label="车辆颜色"></el-table-column>
                <el-table-column prop="enterpriseName" label="车辆所属公司"></el-table-column>
                <el-table-column prop="passengerCapacity" label="核定载客位"></el-table-column>
                <!-- <el-table-column prop="passengerCapacity" label="核定载客位"></el-table-column>
                <el-table-column prop="brandModel" label="车辆型号"></el-table-column>
                <el-table-column prop="vehicleType" label="车辆类型"></el-table-column>
                <el-table-column prop="vehicleType" label="车辆类型"></el-table-column> -->
                <el-table-column prop="driverName" label="车主"></el-table-column>
                <el-table-column prop="vehicleColor" label="车身颜色"></el-table-column>
                <!-- <el-table-column prop="vehicleColor" label="车身颜色"></el-table-column>
                <el-table-column prop="registrationDate" label="车辆注册日期"></el-table-column>
                <el-table-column prop="operatingArea" label="车辆经营区域"></el-table-column>
                <el-table-column prop="operatingArea" label="车辆经营区域"></el-table-column> -->
                <el-table-column prop="operateType" label="车辆运营类型"></el-table-column>
                <el-table-column prop="status" label="车辆状态">
                    <template slot-scope="scope">
src/view/home/index.vue
@@ -671,7 +671,8 @@
            } else if (item.companyCode == '25439966') {
              this.IsHai = true;
              getRealVideo({ id: item.id }).then(res => {
                console.log('qwewqeqw',res);
                // this.initVideoPlayer();
                this.video_play_data.cameraIndexCode = res.url;
                this.initPlugin();
@@ -793,7 +794,9 @@
              seekType: "range", // 建议将其设置为"range"模式,以便更快地加载视频数据,提高视频的实时性。
              lazyLoad: false, //关闭懒加载模式,从而提高视频的实时性。建议针对直播:调整为false
              lazyLoadMaxDuration: 0.2, // 懒加载的最大时长。单位:秒。建议针对直播:调整为200毫秒
              deferLoadAfterSourceOpen: false, // 不预先加载视频数据,在 MSE(Media Source Extensions)打开后立即加载数据,提高视频的实时性。建议针对直播:调整为false
              // deferLoadAfterSourceOpen: false, // 不预先加载视频数据,在 MSE(Media Source Extensions)打开后立即加载数据,提高视频的实时性。建议针对直播:调整为false
            },{
              deferLoadAfterSourceOpen:false
            });
            let video = document.getElementById("monitoringCard");
            this.flvPlayer.attachMediaElement(video); // video容器
src/view/login/index.vue
@@ -4,7 +4,7 @@
      <div class="logo">
        <img src="@/assets/logo.png" alt="" />
        <div class="fs--25 fw-bold" style="letter-spacing: 4px">
          射洪市 两客一危 监管平台
          射洪市 两客一危一货 监管平台
        </div>
      </div>
      <div class="txt-center pb--20 px--20">