web
2025-07-11 397d00d95a766ab838986edf6df4ea754474f0be
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
{
    "pages": [
        {"path": "pages/index/index"},
        {"path": "pages/login/index"},
        {"path": "pages/user/index"},
        {"path": "pages/userSet/index"},
        {"path": "pages/device/index"},
        {"path": "pages/recharge/index"},
        {"path": "pages/record/qushui"},
        {"path": "pages/record/chongzhi"}
    ],
    "tabBar": {
        "color": "#dddddd",
        "selectedColor": "#6f6f6f",
        "list": [
            {
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "/static/images/tabbar/home.png",
                "selectedIconPath": "/static/images/tabbar/home-active.png"
            },
            {
                "pagePath": "pages/user/index",
                "text": "我的",
                "iconPath": "/static/images/tabbar/me.png",
                "selectedIconPath": "/static/images/tabbar/me-active.png"
            }
        ]
    },
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarBackgroundColor": "#F8F8F8",
        "navigationStyle": "custom",
        "onReachBottomDistance": 100
    }
}