{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://doc.dcloud.net.cn/uni-app-x/collocation/pagesjson.html { "path": "pages/guide/guide", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "缘分", "disableScroll": true, "navigationStyle": "custom" } }, { "path": "pages/moment/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/ent/ent", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/chat/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/chat/chat", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/user/profile", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/my/profile", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/moment/publish", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/login/register", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } }, { "path": "pages/my/feedback", "style": { "navigationBarTitleText": "反馈", "navigationStyle": "custom" } }, { "path": "pages/notification/notification", "style": { "navigationBarTitleText": "消息通知", "navigationStyle": "custom" } }, { "path": "pages/my/help", "style": { "navigationBarTitleText": "帮助", "navigationStyle": "custom" } }, { "path": "pages/my/about", "style": { "navigationBarTitleText": "关于我们", "navigationStyle": "custom" } }, { "path": "pages/my/task", "style": { "navigationBarTitleText": "任务", "navigationStyle": "custom" } }, { "path": "pages/my/wallet", "style": { "navigationBarTitleText": "钱包", "navigationStyle": "custom" } }, { "path": "pages/my/income", "style": { "navigationBarTitleText": "收入", "navigationStyle": "custom" } }, { "path": "pages/my/collect", "style": { "navigationBarTitleText": "收藏", "navigationStyle": "custom" } }, { "path": "pages/my/dynamic", "style": { "navigationBarTitleText": "我的动态", "navigationStyle": "custom" } }, { "path": "pages/my/history", "style": { "navigationBarTitleText": "历史记录", "navigationStyle": "custom" } }, { "path": "pages/my/gift", "style": { "navigationBarTitleText": "礼物", "navigationStyle": "custom" } }, { "path": "pages/my/fans", "style": { "navigationBarTitleText": "粉丝团", "navigationStyle": "custom" } }, { "path": "pages/my/ranking", "style": { "navigationBarTitleText": "排名", "navigationStyle": "custom" } }, { "path": "pages/my/lottery", "style": { "navigationBarTitleText": "抽奖", "navigationStyle": "custom" } }, { "path": "pages/my/security", "style": { "navigationBarTitleText": "安全", "navigationStyle": "custom" } }, { "path": "pages/my/privacy", "style": { "navigationBarTitleText": "隐私", "navigationStyle": "custom" } }, { "path": "pages/my/likes", "style": { "navigationBarTitleText": "喜欢", "navigationStyle": "custom" } }, { "path": "pages/my/following", "style": { "navigationBarTitleText": "关注", "navigationStyle": "custom" } }, { "path": "pages/my/followers", "style": { "navigationBarTitleText": "粉丝", "navigationStyle": "custom" } }, { "path": "pages/friend/index", "style": { "navigationBarTitleText": "好友", "navigationStyle": "custom" } }, { "path": "pages/chatroom/index", "style": { "navigationBarTitleText": "心动聊天", "navigationStyle": "custom" } }, { "path": "pages/group-chat/index", "style": { "navigationBarTitleText": "免费群聊", "navigationStyle": "custom" } }, { "path": "pages/pet-social/index", "style": { "navigationBarTitleText": "神兽宠物", "navigationStyle": "custom" } }, { "path": "pages/real-match/index", "style": { "navigationBarTitleText": "真人匹配", "navigationStyle": "custom" } }, { "path": "pages/moment/details", "style": { "navigationBarTitleText": "", "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app x", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "condition": { "current": 0, "list": [{ "name": "引导页", "path": "pages/guide/guide" }] }, "tabBar": { "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/images/tabbar/index.png", "selectedIconPath": "/static/images/tabbar/indexa.png", "text": "缘分" }, { "pagePath": "pages/moment/index", "iconPath": "/static/images/tabbar/dynamic.png", "selectedIconPath": "/static/images/tabbar/dynamica.png", "text": "动态" }, { "pagePath": "pages/ent/ent", "iconPath": "/static/images/tabbar/ent.png", "selectedIconPath": "/static/images/tabbar/enta.png", "text": "娱乐" }, { "pagePath": "pages/chat/index", "iconPath": "/static/images/tabbar/chat.png", "selectedIconPath": "/static/images/tabbar/chata.png", "text": "消息" }, { "pagePath": "pages/my/index", "iconPath": "/static/images/tabbar/my.png", "selectedIconPath": "/static/images/tabbar/mya.png", "text": "我的" } ] }, "uniIdRouter": {} }