123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/tabbar/shipyard/shipyard",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/tabbar/release/release",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/tabbar/shop/shop",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- },
- {
- "path": "pages/tabbar/mine/mine",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- }
- ],
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#333",
- "color": "#8F8F94",
- "selectedColor": "#f33e54",
- "list": [{
- "pagePath": "pages/tabbar/index/index",
- "iconPath": "static/images/tabbar/home-1.png",
- "selectedIconPath": "static/images/tabbar/home-2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabbar/shipyard/shipyard",
- "iconPath": "static/images/tabbar/shipyard-1.png",
- "selectedIconPath": "static/images/tabbar/shipyard-2.png",
- "text": "船厂"
- },
- {
- "pagePath": "pages/tabbar/release/release",
- "iconPath": "static/images/tabbar/release.png",
- "selectedIconPath": "static/images/tabbar/release.png",
- "text": "发布"
- },
- {
- "pagePath": "pages/tabbar/shop/shop",
- "iconPath": "static/images/tabbar/shop-1.png",
- "selectedIconPath": "static/images/tabbar/shop-1.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/tabbar/mine/mine",
- "iconPath": "static/images/tabbar/mine-1.png",
- "selectedIconPath": "static/images/tabbar/mine-2.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|