| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- {
- "tabBar": {
- "backgroundColor": "#fff",
- "selectedColor": "#000000",
- "color": "#999999",
- "borderStyle": "white",
- "fontSize": "12px",
- "iconWidth": "22px",
- "height": "50px",
- "list": [
- {
- "text": "icoco",
- "pagePath": "pages/index/index",
- "iconPath": "/static/img/tabBar/index-no.png",
- "selectedIconPath": "/static/img/tabBar/index.png"
- },
- {
- "text": "圈子",
- "pagePath": "pages/circle/index",
- "iconPath": "/static/img/tabBar/circle-no.png",
- "selectedIconPath": "/static/img/tabBar/circle.png"
- },
- {
- "text": "消息",
- "pagePath": "pages/msg/index",
- "iconPath": "/static/img/tabBar/msg-no.png",
- "selectedIconPath": "/static/img/tabBar/msg.png"
- },
- // {
- // "text": "排行榜",
- // "pagePath": "pages/ranking/index",
- // "iconPath": "/static/img/tabBar/ranking-no.png",
- // "selectedIconPath": "/static/img/tabBar/ranking.png"
- // },
- {
- "text": "我的",
- "pagePath": "pages/my/index",
- "iconPath": "/static/img/tabBar/my-no.png",
- "selectedIconPath": "/static/img/tabBar/my.png"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登陆",
- "enablePullDownRefresh": false,
- "app-plus": {
- "subNVues": [
- {
- "id": "loginContent",
- "path": "pages/login/model/loginContent",
- "style": {
- "position": "absolute",
- "top": "0",
- "bottom": "0",
- "left": "0",
- "right": "0",
- "background": "transparent"
- }
- }
- ]
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/text/index",
- "style": {
- "navigationBarTitleText": "列表演示"
- }
- },
- {
- "path": "pages/login/model/loginContent",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/localPhoneLogin",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/otherPhoneLogin",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/passLogin",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/forgetPass",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/perfect/sexAndAge",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/perfect/nickname",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/perfect/cards",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/text/tantan",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/circle/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/msg/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/ranking/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "列表调试",
- "path": "pages/login/index",
- "query": ""
- }
- ]
- }
- }
|