| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "tabBar": {
- "backgroundColor": "#fff",
- "selectedColor": "#f78820",
- "color": "#666",
- "borderStyle": "white",
- "fontSize": "20rpx",
- "iconWidth": "48rpx",
- "height": "138rpx",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/img/tab/index-two.svg",
- "selectedIconPath": "static/img/tab/index.svg",
- "text": "首页"
- },
- {
- "pagePath": "pages/convert/convert-index",
- "iconPath": "static/img/tab/jh-two.svg",
- "selectedIconPath": "static/img/tab/jh.svg",
- "text": "兑换"
- },
- {
- "pagePath": "pages/my/my-index",
- "iconPath": "static/img/tab/my.svg",
- "selectedIconPath": "static/img/tab/my-two.svg",
- "text": "我的"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/convert/convert-index",
- "style": {
- "navigationBarTitleText": "兑换"
- }
- },
- {
- "path": "pages/my/my-index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/login/invite",
- "style": {
- "navigationBarTitleText": "邀请"
- }
- },
- {
- "path": "pages/index/error",
- "style": {
- "navigationBarTitleText": "BNBDAO"
- }
- },
- {
- "path": "pages/my/inner-page/all_profit",
- "style": {
- "navigationBarTitleText": "总收益"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [{
- "name": "列表调试",
- "path": "pages/text/index",
- "query": ""
- }]
- }
- }
|