quanyawei
2023-11-16 105d1e8d9225c1000c53b924bd9a3ae076f64d09
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
{
    "pages": [{
        "path": "pages/index/index",
        "style": {
            "navigationBarTitleText": "首页",
            "enablePullDownRefresh": false,
            "disableSwipeBack": true,
            "navigationStyle": "custom"
        }
    }, {
        "path": "pages/actionChange/agencyPage/index",
        "style": {
            "navigationBarTitleText": "首页",
            "navigationStyle": "custom",
            "enablePullDownRefresh": false
        }
    }, {
        "path": "pages/login/login",
        "style": {
            "navigationBarTitleText": "登录",
            "enablePullDownRefresh": false
        }
    }, {
        "path": "pages/actionChange/newPage/index",
        "style": {
            "navigationBarTitleText": "新建交办单",
            "enablePullDownRefresh": false
        }
    }, {
        "path": "pages/actionChange/workOrderDetails/index",
        "style": {
            "navigationBarTitleText": "交办单信息",
            "enablePullDownRefresh": false
        }
    }, {
        "path": "pages/actionChange/myInfor/index",
        "style": {
            "navigationBarTitleText": "我的",
            "enablePullDownRefresh": false,
            "disableSwipeBack": true,
            "navigationStyle": "custom"
        }
    }, {
        "path": "pages/actionChange/secondLevelData/index",
        "style": {
            "navigationBarTitleText": "秒级数据",
            "enablePullDownRefresh": false,
            "disableSwipeBack": true
        }
    }]
}