sf
jiangping
2025-04-30 dcdb0231034810232f2542f3865666ebf72daf11
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
{
    "pages": [
        {
            "path": "pages/index_2/index",
            "style": {
                "navigationBarTitleText": "预选清单系统",
                "navigationStyle": "custom",
                "enablePullDownRefresh": true
            }
        },
        {
            "path": "pages/index_1/index",
            "style": {
                "navigationBarTitleText": "预选清单系统",
                "navigationStyle": "custom",
                "enablePullDownRefresh": true
            }
        },
        {
            "path": "pages/index_1.0.1/index",
            "style": {
                "navigationBarTitleText": "预选清单系统",
                "navigationStyle": "custom",
                "enablePullDownRefresh": true
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "预选清单系统",
                "navigationStyle": "custom",
                "enablePullDownRefresh": true
            }
        }
        ,{
            "path" : "pages/login/login",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "登录",
                "navigationStyle": "custom",
                "enablePullDownRefresh": true
            }
            
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "预选清单系统",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {}
}