| | |
| | | |
| | | { |
| | | "easycom": { |
| | | "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" |
| | | }, |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | |
| | | { |
| | | "path": "pages/login/login", |
| | | "style": { |
| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/out/checkOut", |
| | | "style": { |
| | | "navigationBarTitleText": "出库确认" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/out/stockOut", |
| | | "style": { |
| | | "navigationBarTitleText": "退库确认" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/out/handIn", |
| | | "style": { |
| | | "navigationBarTitleText": "手动入库" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/login/logOut", |
| | | "style": { |
| | | "navigationBarTitleText": "退出登录" |