#
zhou zhou
2025-12-30 b13760a228deb5957f1c029689c2a28676bce94f
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
82
83
84
85
86
87
{
    "pages": [
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登 录"
            }
        },
        {
            "path": "pages/home/home",
            "style": {
                "navigationBarTitleText": "主 页"
            }
        },
        {
            "path": "pages/mat/matSelected",
            "style": {
                "navigationBarTitleText": "物料"
            }
        },
        {
            "path": "pages/mat/matQuery",
            "style": {
                "navigationBarTitleText": "物料"
            }
        },
        {
            "path": "pages/pakin/pakin",
            "style": {
                "navigationBarTitleText": "组 托"
            }
        },
        {
            "path": "pages/order/orderList",
            "style": {
                "navigationBarTitleText": "单据列表",
                "enablePullDownRefresh": true
            }
        },
        {
            "path": "pages/order/orderDetlList",
            "style": {
                "navigationBarTitleText": "单据明细列表"
            }
        },
        {
            "path": "pages/order/orderPakin2",
            "style": {
                "navigationBarTitleText": "订单组托",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "pages/AGV/agv_start",
            "style": {
                "navigationBarTitleText": "AGV容器入库",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "pages/AGV/agv_back",
            "style": {
                "navigationBarTitleText": "AGV容器回库",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "pages/stock/stockQuery",
            "style": {
                "navigationBarTitleText": "库存查询"
            }
        },
        {
            "path": "pages/login/logOut",
            "style": {
                "navigationBarTitleText": "退出登录"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {}
}