fix
lefengyang
2026-09-01 73acf7e66ac578d727a5ed5f33c8affa5f22171e
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
    "pages": [{
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "设备"
            }
        },
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登陆"
            }
        },
        {
            "path": "pages/my/my",
            "style": {
                "navigationBarTitleText": "我的"
            }
        },
        {
            "path": "pages/template/template",
            "style": {
                "navigationBarTitleText": "模版"
            }
        },
        {
            "path": "pages/addDevice/addDevice",
            "style": {
                "navigationBarTitleText": "添加设备"
            }
        },
        {
            "path": "pages/invite/invite",
            "style": {
                "navigationBarTitleText": ""
            }
        },
        {
            "path": "pages/about/about",
            "style": {
                "navigationBarTitleText": "关于我们"
            }
        },
        {
            "path": "pages/feedback/feedback",
            "style": {
                "navigationBarTitleText": "反馈问题"
            }
        },
        {
            "path": "pages/set/set",
            "style": {
                "navigationBarTitleText": "设置"
            }
        },
        {
            "path": "pages/policy/policy",
            "style": {
                "navigationBarTitleText": ""
            }
        },
        {
            "path": "pages/addTemplate/addTemplate",
            "style": {
                "navigationBarTitleText": "添加模版"
            }
        },
        {
            "path": "pages/register/register",
            "style": {
                "navigationBarTitleText": ""
            }
        },
 
        {
            "path": "pages/personal/personal",
            "style": {
                "navigationBarTitleText": ""
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "LEDAPP",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8",
        "navigationStyle": "custom"
    },
    "tabBar": {
        "color": "#757575",
        "selectedColor": "#3086F3",
        "borderStyle": "black",
        "backgroundColor": "#ffffff",
        "list": [{
                "pagePath": "pages/index/index",
                "iconPath": "/static/img/ico_m1.png",
                "selectedIconPath": "/static/img/ico_m1a.png",
                "text": "设备"
            },
            {
                "pagePath": "pages/template/template",
                "iconPath": "/static/img/ico_m2.png",
                "selectedIconPath": "/static/img/ico_m2a.png",
                "text": "模版"
            },
            {
                "pagePath": "pages/my/my",
                "iconPath": "/static/img/ico_m3.png",
                "selectedIconPath": "/static/img/ico_m3a.png",
                "text": "我的"
            }
        ]
    },
    "uniIdRouter": {}
}