{ "easycom": { "autoscan": true, "custom": { "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" } }, "pages": [ { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" }, "app-plus": { "titleNView": false, "tabBar": false } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/warehousing/index", "style": { "navigationBarTitleText": "仓储" } }, { "path": "pages/intelligent/index", "style": { "navigationBarTitleText": "智能" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "我的" } }, // 仓储 - 唯一码 { "path": "pages/warehousing/uniqueCode/issueUniqueCode/index", "style": { "navigationBarTitleText": "唯一码发放" } }, { "path": "pages/warehousing/uniqueCode/issueUniqueCode/materialSelection", "style": { "navigationBarTitleText": "物料选择" } }, { "path": "pages/warehousing/uniqueCode/myUniqueCode/index", "style": { "navigationBarTitleText": "唯一码" } }, { "path": "pages/warehousing/uniqueCode/myUniqueCode/detail", "style": { "navigationBarTitleText": "唯一码详情", "navigationStyle": "custom" } }, // { // "path": "pages/uniqueCode/bindRfid", // "style": { "navigationBarTitleText": "绑定RFID" } // }, // ========== 库存信息模块 ========== // { // "path": "pages/inventory/checkUniqueCode", // "style": { "navigationBarTitleText": "唯一码盘点" } // }, // { // "path": "pages/inventory/age", // "style": { "navigationBarTitleText": "库龄查看" } // }, // { // "path": "pages/inventory/alert", // "style": { "navigationBarTitleText": "库存预警" } // }, // ========== 报表模块 ========== // { // "path": "pages/report/daily", // "style": { "navigationBarTitleText": "库存日报" } // }, // { // "path": "pages/report/monthly", // "style": { "navigationBarTitleText": "库存月报" } // }, // { // "path": "pages/report/company", // "style": { "navigationBarTitleText": "公司库存报表" } // }, // { // "path": "pages/report/warehouse", // "style": { "navigationBarTitleText": "仓库库存报表" } // }, // ========== 申报单模块 ========== // { // "path": "pages/declaration/materialQuery", // "style": { "navigationBarTitleText": "物资查询" } // }, // { // "path": "pages/declaration/create", // "style": { "navigationBarTitleText": "申报单开单" } // }, // { // "path": "pages/declaration/my", // "style": { "navigationBarTitleText": "我的申报单" } // }, // ========== 入库单模块 ========== { "path": "pages/warehousing/stockIn/create", "style": { "navigationBarTitleText": "入库单开单" } }, { "path": "pages/warehousing/stockIn/my", "style": { "navigationBarTitleText": "我的入库单" } }, { "path": "pages/warehousing/stockIn/components/detail", "style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" } }, { "path": "pages/warehousing/stockIn/putaway", "style": { "navigationBarTitleText": "入库单入库" } }, { "path": "pages/warehousing/toChooseList", "style": { "navigationBarTitleText": "请选择" } }, { "path": "pages/warehousing/stockIn/components/inbound", "style": { "navigationBarTitleText": "入库" } } // ========== 出库单模块 ========== // { // "path": "pages/stockOut/create", // "style": { "navigationBarTitleText": "出库单开单" } // }, // { // "path": "pages/stockOut/my", // "style": { "navigationBarTitleText": "我的出库单" } // }, // { // "path": "pages/stockOut/warehousing", // "style": { "navigationBarTitleText": "出库单出库" } // } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "智汇仓储管理", "navigationBarBackgroundColor": "#F5F5F5", "backgroundColor": "#F5F5F5" }, "tabBar": { "color": "#666", "selectedColor": "#007AFF", "backgroundColor": "#fff", "borderStyle": "black", "height": "50px", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/icon/home.png", "selectedIconPath": "static/icon/home-active.png" }, { "pagePath": "pages/warehousing/index", "text": "仓储", "iconPath": "static/icon/warehousing.png", "selectedIconPath": "static/icon/warehousing-active.png" }, { "pagePath": "pages/intelligent/index", "text": "智能", "iconPath": "static/icon/intelligent.png", "selectedIconPath": "static/icon/intelligent-active.png" }, { "pagePath": "pages/my/index", "text": "我的", "iconPath": "static/icon/my.png", "selectedIconPath": "static/icon/my-active.png" } ] }, "uniIdRouter": {} }