{ "easycom": { "autoscan": true, "custom": { "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" } }, "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/inventory/index", "style": { "navigationBarTitleText": "盘点" } }, { "path": "pages/storage/index", "style": { "navigationBarTitleText": "仓储" } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } } ], "subPackages": [ // 入库出库 { "root": "pagesStorage", "pages": [ { "path": "inStorage", "style": { "navigationBarTitleText": "物资入库", "softInputMode": "adjustPan" } }, { "path": "addInStorage", "style": { "navigationBarTitleText": "新增入库" } }, { "path": "outStorage", "style": { "navigationBarTitleText": "物资出库", "softInputMode": "adjustPan" } }, { "path": "addOutStorage", "style": { "navigationBarTitleText": "新增出库" } } ] }, // 盘点 { "root": "pagesInventory", "pages": [ // { // "path": "inventorySelect", // "style": { // "navigationBarTitleText": "盘点方式" // } // }, { "path": "boundDevice-old", "style": { "navigationBarTitleText": "设备绑定" } }, { "path": "inventory-old", "style": { "navigationBarTitleText": "盘点" } }, { "path": "history", "style": { "navigationBarTitleText": "历史清单" } }, { "path": "matchResult-old", "style": { "navigationBarTitleText": "结果" } }, { "path": "inventoryTask", "style": { "navigationBarTitleText": "盘点任务" } }, { "path": "autoMenu", "style": { "navigationBarTitleText": "盘点" } }, { "path": "boundDevice", "style": { "navigationBarTitleText": "设备绑定" } }, { "path": "autoInventory", "style": { "navigationBarTitleText": "仓库盘点" } }, // { // "path": "history", // "style": { // "navigationBarTitleText": "历史清单" // } // }, { "path": "matchResult", "style": { "navigationBarTitleText": "库存匹配结果" } }, { "path": "handInventory", "style": { "navigationBarTitleText": "手持盘点" } } ] }, // 我的 { "root": "pagesMine", "pages": [ { "path": "print", "style": { "navigationBarTitleText": "打印调试" } } ] } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#FFFFFF" }, "tabBar": { "color": "#A1A2B2", "selectedColor": "#199793", "backgroundColor": "#FFFFFF", "borderStyle": "black" // "list": [{ // "pagePath": "pages/storage/index", // "iconPath": "/static/tabbar/storage.png", // "selectedIconPath": "static/tabbar/storage_select.png", // "text": "仓储" // }, { // // "pagePath": "pages/inventory/index", // // "iconPath": "/static/tabbar/inventory.png", // // "selectedIconPath": "static/tabbar/inventory_select.png", // // "text": "盘点" // // }, { // "pagePath": "pages/mine/index", // "iconPath": "/static/tabbar/mine.png", // "selectedIconPath": "static/tabbar/mine_select.png", // "text": "我的" // }] }, "uniIdRouter": {} }