quanyawei
2023-10-27 52d463e03c1f074099ed8e8a6b7c3ddde52d2708
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
{
    "pages": [
        //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/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"
        }, {
            "path": "pages/login/register/register",
            "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"
            }
        }
    ]
    // "tabBar": {
    //     "color": "#515151",
    //     "height": "60px",
    //     "fontSize": "60px",
    //     "selectedFontSize": 20,
    //     "selectedColor": "#3875C5",
    //     "list": [{
    //         "text": "首页",
    //         "pagePath": "pages/actionChange/agencyPage/index",
    //         "iconPath": "static/img/shouye.png",
    //         "selectedIconPath": "static/img/shouyeClick.png",
    //         "textStyle": {
    //             "fontSize": "60px"
    //         }
    //     }, {
    //         "text": "新建交办单",
    //         "pagePath": "pages/actionChange/newPage/index",
    //         "iconPath": "static/img/xinjian.png",
    //         "selectedIconPath": "static/img/xinjianClick.png",
    //         "textStyle": {
    //             "fontSize": "20px"
    //         }
    //     }, {
    //         "text": "我的",
    //         "iconPath": "static/img/wode-.png",
    //         "selectedIconPath": "static/img/wodeClick.png",
    //         "pagePath": "pages/actionChange/myInfor/index",
    //         "textStyle": {
    //             "fontSize": "20px"
    //         }
    //     }]
    // }
}