liuying
2025-08-08 a92072dcf0336eaef8f4430dad90ceb5390b28f1
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
    "easycom": {
        //uview-ui
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [ //pages数组中第一项表示应用启动页
        {
            "path": "src/pages/Login/index",
            "style": {
                "navigationStyle": "custom", // 隐藏系统导航栏
                "navigationBarTitleText": "",
                "navigationBarBackgroundColor": "#fff"
            }
        },
        // {
        //     "path": "src/pages/Login/Home",
        //     "style": {
        //         "navigationStyle": "custom", // 隐藏系统导航栏
        //         "navigationBarTitleText": "",
        //         "navigationBarBackgroundColor": "#fff"
        //     }
        // },
        {
            "path": "src/pages/Home/index",
            "style": {
                // "navigationStyle": "custom", // 隐藏系统导航栏
                "navigationBarTitleText": "首页",
                "navigationBarBackgroundColor": "#fff",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "src/pages/Home/searchBlue",
            "style": {
                // "navigationStyle": "custom", // 隐藏系统导航栏
                "navigationBarTitleText": "蓝牙",
                "navigationBarBackgroundColor": "#fff",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "src/pages/PutIn/jimo/jimo",
            "style": {
                // "navigationStyle": "custom", // 隐藏系统导航栏
                "navigationBarTitleText": "入库查询",
                "navigationBarBackgroundColor": "#fff",
                "enablePullDownRefresh": true
            }
        },
        {
            "path": "src/pages/my/index",
            "style": {
                // "navigationStyle": "custom", // 隐藏系统导航栏
                "navigationBarTitleText": "我的",
                "navigationBarBackgroundColor": "#fff",
                "enablePullDownRefresh": false
            }
        }, {
            "path": "src/pages/PutIn/jimo/print",
            "style": {
                "navigationBarTitleText": "组盘",
                "navigationBarBackgroundColor": "#fff",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "src/pages/appliance/appliance",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "src/pages/PutOut/task/task",
            "style": {
                "navigationBarTitleText": "我的任务-搬运",
                "enablePullDownRefresh": true
            }
 
        }, {
            "path": "src/pages/PutOut/task/details",
            "style": {
                "navigationBarTitleText": "我的任务-搬运",
                "enablePullDownRefresh": false,
                "app-plus": {
                    "scrollIndicator": "none" //当前页面不显示滚动条
                }
 
            }
 
        }, {
            "path": "src/pages/PutOut/manual/manual",
            "style": {
                "navigationBarTitleText": "非计划出库",
                "enablePullDownRefresh": true
            }
 
        }, {
            "path": "src/pages/PutOut/manual/add_manual",
            "style": {
                "navigationBarTitleText": "非计划出库-新建",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "src/pages/PutOut/manual/details",
            "style": {
                "navigationBarTitleText": "非计划出库-详情",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "src/pages/PutOut/plan/plan",
            "style": {
                "navigationBarTitleText": "计划出库",
                "enablePullDownRefresh": true
            }
 
        }, {
            "path": "src/pages/PutOut/plan/details",
            "style": {
                "navigationBarTitleText": "详情",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "src/pages/PutOut/plan/delivery",
            "style": {
                "navigationBarTitleText": "出库",
                "enablePullDownRefresh": true
            }
 
        }
        ,{
            "path" : "src/pages/PutOut/operation/operation",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "人工出库",
                "enablePullDownRefresh": true
            }
            
        }
    ],
    "tabBar": {
        "color": "#595656",
        "selectedColor": "#02af74",
        "borderStyle": "#eaeaea",
        "backgroundColor": "#fff",
        "list": [{
                "pagePath": "src/pages/Home/index",
                // "iconPath": "xx.png",
                // "selectedIconPath": "yy.png",
                "text": "首页"
            },
            {
                "pagePath": "src/pages/my/index",
                // "iconPath": "aa.png",
                // "selectedIconPath": "bb.png",
                "text": "我的"
            }
        ]
 
    },
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#fff",
        "backgroundColor": "#fff"
    },
    // "globalStyle": {
    //     "navigationBarTextStyle": "black",
    //     "navigationBarTitleText": "",
    //     "navigationBarBackgroundColor": "#F8F8F8",
    //     "enablePullDownRefresh": true,
    //     "backgroundColor": "#F8F8F8",
    //     "app-plus": {
    //         "titleNView": false
    //     }
    // },
    "condition" : { //模式配置,仅开发期间生效
        "current": 0, //当前激活的模式(list 的索引项)
        "list": [
            {
                "name": "", //模式名称
                "path": "", //启动页面,必选
                "query": "" //启动参数,在页面的onLoad函数里面得到
            }
        ]
    }
}