123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "推荐",
- "group": "平台"
- }
- },
- {
- "path": "pages/index/app-update",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/picking-task/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- /* 分包预载配置 */
- // "preloadRule": {
- // "pages/index/index": {
- // "network": "all",
- // "packages": ["pages/account", "pages/app", "pages/user"]
- // }
- // },
- "tabBar": {
- "backgroundColor": "#FFFFFF",
- "borderStyle": "white",
- "color": "#BEBEBE",
- "selectedColor": "#323232",
- "list": []
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "先见平台",
- "navigationBarBackgroundColor": "#FAFAFC",
- "backgroundColor": "#FAFAFC",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|