#
whycq
2023-11-30 eafa572e2184941b1c162804dfb7e09a7f4a8de7
#
3个文件已修改
12 ■■■■ 已修改文件
Monitor-APP/manifest.json 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/manifest.json
@@ -104,5 +104,11 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
    "vueVersion" : "2",
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "./"
        }
    }
}
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 3vw;
    font-size: 4.5vw;
    /* background-color: aliceblue;     */
    display: flex;
    flex-direction: column;
Monitor-APP/pages/home/home.vue
@@ -497,7 +497,7 @@
                this.initlineChart()
                this.initPieChart()
                this.getOther()
            }, 3600000)
            }, 1800000)
        },
        methods: {
            timeOuts() {