123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabBar/home/home"
- },
- {
- "path": "pages/tabBar/discover/discover"
- },
- {
- "path": "pages/tabBar/tree/tree"
- },
- {
- "path": "pages/tabBar/shopping/shopping"
- },
- {
- "path": "pages/tabBar/mine/mine"
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "飞鸟有味",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "color": "#898989",
- "selectedColor": "#000000",
- "borderStyle": "#F7F7F7",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/tabBar/home/home",
- "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/home.png",
- "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabBar/discover/discover",
- "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/bag.png",
- "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/bag-active.png",
- "text": "逛一逛"
- }, {
- "pagePath": "pages/tabBar/tree/tree",
- "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/tree.png",
- "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/tree-active.png",
- "text": "守护"
- }, {
- "pagePath": "pages/tabBar/shopping/shopping",
- "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/car.png",
- "selectedIconPath": "https://birdseye-img.sysuimars.com/syouwei-uniapp/tabBar/car-active.png",
- "text": "购物车"
- }, {
- "pagePath": "pages/tabBar/mine/mine",
- "iconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/user.png",
- "selectedIconPath": "https://birdseye-img.sysuimars.com/youwei-uniapp/tabBar/user-active.png",
- "text": "个人中心"
- }
- ]
- }
- }
|