wujingjing
2024-02-27 f7deb4fbb7c7f39c8e296f63ed59b9a212372451
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/DeviceDetail/index",
            "style": {
                "navigationBarTitleText": "设备详情",
                "navigationBarBackgroundColor": "#16b5cb"
            }
        },
        {
            "path": "pages/AdvancedFeatures/index",
            "style": {
                "navigationBarTitleText": "高级功能",
                "navigationBarBackgroundColor": "#16b5cb"
            }
        },
        {
            "path": "pages/Connect/mainIndex",
            "style": {
                "navigationBarTitleText": "连接蓝牙",
                "navigationBarBackgroundColor": "#16b5cb"
            }
        },
        {
            "path": "pages/Setting/index",
            "style": {
                "navigationBarTitleText": "设备配置",
                "navigationBarBackgroundColor": "#16b5cb"
            }
        },
        {
            "path": "pages/Connect/index",
            "style": {
                "navigationBarTitleText": "连接蓝牙",
                "navigationBarBackgroundColor": "#16b5cb"
            }
        },
        {
            "path": "pages/TrendRecord/index",
            "style": {
                "navigationBarTitleText": "趋势记录",
                "navigationBarBackgroundColor": "#16b5cb"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "white",
        "navigationBarTitleText": "连接蓝牙",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    }
}