#
zhou zhou
7 天以前 bccdb8f81c07c8a9cdcd6838173dfd1c73c98d90
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
{
    "pages": [
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationBarTitleText": "首页",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/InManagement/ContainerBinding/Container_Binding",
            "style": {
                "navigationBarTitleText": "容器绑定",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/mat/matSelected",
            "style": {
                "navigationBarTitleText": "物料编辑",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/InManagement/Order_Pallet_Building",
            "style": {
                "navigationBarTitleText": "uni-app"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8",
        "animationType": "pop-in",
        "animationDuration": 150
    },
    "uniIdRouter": {}
}