123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "推荐",
- "group": "平台"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/app-update",
- "style": {
- "navigationBarTitleText": ""
- }
- },
-
- {
- "path": "pages/picking-task/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/picking-task/delivery",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/picking-task/detail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/notice-page",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/inventory-inquiry/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/goods/detail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/purchase/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/purchase/put-storage",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/purchase/detail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/check/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path" : "pages/inventory-task/taskDetail",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path" : "pages/inventory-task/detail",
- "style" :
- {
- "navigationBarTitleText" : "",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50,
- "app-plus": {
- "bounce": "none"
- }
- }
- }
- ],
- /* 分包预载配置 */
- // "preloadRule": {
- // "pages/index/index": {
- // "network": "all",
- // "packages": ["pages/account", "pages/app", "pages/user"]
- // }
- // },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "pda",
- "navigationBarBackgroundColor": "#FAFAFC",
- "backgroundColor": "#FAFAFC",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|