| | |
| | | {
|
| | | { |
| | | // "easycom": { |
| | | // "autoscan": true, |
| | | // "custom": { |
| | | // // uni-ui 规则如下配置 |
| | | // "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" |
| | | // } |
| | | // }, |
| | | |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
| | | {
|
| | | "path": "pages/login/login",
|
| | |
| | | {
|
| | | "path": "pages/home/home",
|
| | | "style": {
|
| | | "navigationBarTitleText": "主 页"
|
| | | "navigationBarTitleText": "主 页", |
| | | "navigationStyle": "custom" |
| | | }
|
| | | },
|
| | | {
|
| | |
| | | "navigationBarTitleText" : "物料提取"
|
| | | }
|
| | | }
|
| | | ],
|
| | | ,{
|
| | | "path" : "pages/stock/outFlat",
|
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | }, |
| | | {
|
| | | "path" : "pages/stock/orderBindSeed",
|
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "地标绑定", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | }
|
| | | ],
|
| | | "globalStyle": {
|
| | | "navigationBarTextStyle": "black",
|
| | | "navigationBarTitleText": "uni-app",
|