#
whycq
2024-12-27 6048b67716ebce38c553dd722a31c23072547ee4
src/main/webapp/views/index.html
@@ -70,19 +70,21 @@
            transform: scale(1.2);
        }
        .bus {
            font-size: 10px;
            background-color: #2196F3;
            border: 10px solid #ffffff;
            position: absolute;
            width: 24px;
            height: 24px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            line-height: 15px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }
        .station:hover, .bus:hover {
            transform: scale(1.4);
            z-index: 999;
        }
        .task-bar-left {
@@ -527,21 +529,21 @@
                },
                getTableDataRgv() {
                    let that = this;
                    // that.tableDataRgv = busPsto1
                    // return
                    $.ajax({
                        url: baseUrl + "/rgv/ring/through/rgv/position/data",
                        headers: {
                            'token': localStorage.getItem('token')
                        },
                        data: {},
                        dataType: 'json',
                        contentType: 'application/json;charset=UTF-8',
                        method: 'post',
                        success: function (res) {
                            that.tableDataRgv = res.data
                        }
                    });
                    that.tableDataRgv = busPsto
                    return
                    // $.ajax({
                    //     url: baseUrl + "/rgv/ring/through/rgv/position/data",
                    //     headers: {
                    //         'token': localStorage.getItem('token')
                    //     },
                    //     data: {},
                    //     dataType: 'json',
                    //     contentType: 'application/json;charset=UTF-8',
                    //     method: 'post',
                    //     success: function (res) {
                    //         that.tableDataRgv = res.data
                    //     }
                    // });
                },
                getTableDataDev() {
                    let that = this;