123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/grounding/grounding",
- "style": {
- "navigationBarTitleText": "上架"
- }
- },
- {
- "path": "pages/query/query",
- "style": {
- "navigationBarTitleText": "商品检索"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/groundetials/groundetials",
- "style": {
- "navigationBarTitleText": "验收"
- }
- },
- {
- "path": "pages/groundeitalscont/groundetials",
- "style": {
- "navigationBarTitleText": "上架明细"
- }
- },
- {
- "path": "pages/outbound/outbound",
- "style": {
- "navigationBarTitleText": "出库拣货"
- }
- },
- {
- "path": "pages/pickingetials/pickingetials",
- "style": {
- "navigationBarTitleText": "出库详情"
- }
- },
- {
- "path": "pages/pickingeitalscont/pickingetials",
- "style": {
- "navigationBarTitleText": "商品明细"
- }
- },
- {
- "path": "pages/Inventory/Inventory",
- "style": {
- "navigationBarTitleText": "库存盘点"
- }
- },
- {
- "path": "pages/inventoryCont/outbound",
- "style": {
- "navigationBarTitleText": "盘点内容"
- }
- },
- {
- "path": "pages/result/result",
- "style": {
- "navigationBarTitleText": "盘点结果"
- }
- },
- {
- "path": "pages/formview/formview",
- "style": {
- "navigationBarTitleText": "新建盘点"
- }
- },
-
- {
- "path": "pages/consume/consume",
- "style": {
- "navigationBarTitleText": "商品消耗"
- }
- },
- {
- "path": "pages/consumepick/consumepick",
- "style": {
- "navigationBarTitleText": "消耗详情"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|