钟日健
2023-01-07 d78f186faa11d8953128023fa5287032434d3b73
社区感知,视频监控名称调整,api 修改
3 files modified
31 ■■■■ changed files
src/api/police/index.js 2 ●●● patch | view | raw | blame | history
src/views/house/index.vue 25 ●●●●● patch | view | raw | blame | history
src/views/layout/index.vue 4 ●●●● patch | view | raw | blame | history
src/api/police/index.js
@@ -17,7 +17,7 @@
 */
export const getHistoricalTrack = (params, requestBaseUrl = 'outside') => {
    return request({
        url: `/api/position/history/${params.channelId}`,
        url: `/position/history/${params.channelId}`,
        method: 'get',
        requestBaseUrl,
        params: params
src/views/house/index.vue
@@ -1355,6 +1355,8 @@
                }
                & > .floor-content {
                    background: rgba(8, 56, 185, 0.5);
                    .build-info {
                        display: flex;
                        position: relative;
@@ -1429,7 +1431,13 @@
                    }
                    .ridgepole-info {
                        .title{
                            // border-bottom: 1px solid #33566c;
                            margin-left: 10px;
                        }
                        .content {
                            background: rgba(8, 56, 185, 0.5);
                            display: flex;
                            & > div {
@@ -1444,7 +1452,7 @@
                                    margin-left: 14px;
                                    font-size: 18px;
                                    font-weight: bold;
                                    color: #297ad1;
                                    color: #499d99;
                                }
                            }
@@ -1459,7 +1467,13 @@
                    }
                    .people-info {
                        .title{
                            margin-left: 10px;
                        }
                        .content {
                            background: rgba(8, 56, 185, 0.5);
                            .two {
                                margin-top: 16px;
                            }
@@ -1493,6 +1507,7 @@
                        .content {
                            display: flex;
                            justify-content: space-around;
                            background: rgba(8, 56, 185, 0.5);
                            & > div {
                                & > div:first-child {
@@ -1511,6 +1526,7 @@
                    .ridgepole-info,
                    .people-info,
                    .house-info {
                        .title {
                            height: 40px;
                            line-height: 40px;
@@ -1523,6 +1539,13 @@
                    }
                    .house-element-info {
                        .condo{
                            margin-top: 5px;
                        }
                    }
                    .house-element-info {
                        .condo,
                        .legend {
                            display: flex;
src/views/layout/index.vue
@@ -115,11 +115,11 @@
                    childrenFlag: false,
                    children: [
                        {
                            menuName: '列表查询',
                            menuName: '设备查询',
                            path: '/layout/video/list'
                        },
                        {
                            menuName: '空间查询',
                            menuName: '范围查询',
                            path: '/layout/video/region'
                        }
                    ]