YOS-DRVOGPU6U78\Administrator
2023-07-19 72ae3dbb48ddcd16b2311f5346120b178302a5a1
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
{
    "pages": [{
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登录"
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "MES-移动终端"
            }
        }, {
            "path": "pages/main/main",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/inspection/inspectionList",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/inspection/inspectionInfo",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {}
}