#
whycq
2023-11-03 8db8083d8d2ae3b9fd18f43f796235977423bfea
#
2个文件已修改
7个文件已删除
2876 ■■■■■ 已修改文件
Monitor-APP/pages.json 72 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 1131 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index.vue 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/data.js 91 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/data.json 170 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/index.vue 1272 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/monitor.vue 59 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/test/test.vue 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages.json
@@ -1,26 +1,6 @@
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/test/test",
            "style": {
                "navigationStyle": "custom",
                // 去掉顶部导航栏
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationStyle": "custom",
                // 去掉顶部导航栏
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/index",
            "style": {
                "navigationStyle": "custom",
@@ -29,23 +9,43 @@
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationStyle": "custom",
                // 去掉顶部导航栏
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/index/monitor",
            "style": {
                "navigationStyle": "custom"
            }
        }
        // {
        //     "path": "pages/home/home",
        //     "style": {
        //         "navigationStyle": "custom",
        //         // 去掉顶部导航栏
        //         "app-plus": {
        //             "titleNView": false
        //         }
        //     }
        // },
        // {
        //     "path": "pages/index",
        //     "style": {
        //         "navigationStyle": "custom",
        //         // 去掉顶部导航栏
        //         "app-plus": {
        //             "titleNView": false
        //         }
        //     }
        // },
        // {
        //     "path": "pages/index/index",
        //     "style": {
        //         "navigationStyle": "custom",
        //         // 去掉顶部导航栏
        //         "app-plus": {
        //             "titleNView": false
        //         }
        //     }
        // },
        // {
        //     "path": "pages/index/monitor",
        //     "style": {
        //         "navigationStyle": "custom"
        //     }
        // }
    ],
Monitor-APP/pages/home/home.css
File was deleted
Monitor-APP/pages/home/home.vue
File was deleted
Monitor-APP/pages/index.vue
@@ -1,23 +1,11 @@
<template>
    <view class="container">
    <view>
    </view>
</template>
<script setup lang="ts">
<script>
</script>
<style lang="less" scoped>
    // page 设置可以重置这些
    page {
      width: 100%;
      height: 100%;
    }
    .container {
        height: 100%;
        width: 100%;
        background-image: url(../static/background.png);
        background-size: 100% 100%;
    }
<style>
</style>
Monitor-APP/pages/index/data.js
File was deleted
Monitor-APP/pages/index/data.json
File was deleted
Monitor-APP/pages/index/index.vue
File was deleted
Monitor-APP/pages/index/monitor.vue
File was deleted
Monitor-APP/pages/test/test.vue
File was deleted