#
whycq
2024-03-20 8f98e62d2ce89faf102876ca07a7fde74eedce45
#
1个文件已修改
19 ■■■■ 已修改文件
Monitor-APP/pages.json 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages.json
@@ -1,15 +1,6 @@
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path" : "pages/webSocket",
            "style" :
            {
                "navigationBarTitleText": "webSocket",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationStyle": "custom",
@@ -64,8 +55,16 @@
                    "titleNView": false
                }
            }
        },
        {
            "path" : "pages/webSocket",
            "style" :
            {
                "navigationBarTitleText": "webSocket",
                "enablePullDownRefresh": false
            }
        }
        
    ],