Mr.Zhang
2023-08-17 f0c673877d2dd1bdeea0e1ddb6a7222c9e012f95
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
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/projectList/projectList",
            "style": {
                "navigationBarTitleText": "项目列表",
                // "enablePullDownRefresh": true,
                "navigationStyle": "custom"
            }
        
        },{
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "uni-app",
                "navigationStyle": "custom"
            }
        }, {
            "path": "pages/applyList/applyList",
            "style": {
                "navigationBarTitleText": "企业报名列表",
                "enablePullDownRefresh": false,
                "navigationBarBackgroundColor": "#F3F6F9"
            }
 
        }, {
            "path": "pages/comApplyList/comApplyList",
            "style": {
                "navigationBarTitleText": "企业报名列表",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/applyDetail/applyDetail",
            "style": {
                "navigationBarTitleText": "企业报名详情",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
 
        }, {
            "path": "pages/uploadServiceData/uploadServiceData",
            "style": {
                "navigationBarTitleText": "上传服务数据",
                "enablePullDownRefresh": false
 
            }
 
        }, {
            "path": "pages/uploadCheckData/uploadCheckData",
            "style": {
                "navigationBarTitleText": "上传诊断数据",
                "enablePullDownRefresh": false
            }
 
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F3F6F9",
        "backgroundColor": "#F3F6F9"
    },
    "uniIdRouter": {}
}