Files
im/pages.json
T

426 lines
8.6 KiB
JSON
Raw Normal View History

2025-11-07 09:56:20 +08:00
{
2025-11-21 01:20:28 +08:00
"pages": [
2026-01-09 09:15:59 +08:00
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
2026-01-01 04:15:30 +08:00
{
2026-01-09 09:15:59 +08:00
"path": "pages/common/login/index"
2026-01-01 04:15:30 +08:00
},
{
"path": "pages/index/launch",
"style": {
"navigationBarTitleText": ""
}
},
2025-11-21 01:20:28 +08:00
{
2026-01-09 09:15:59 +08:00
"path": "pages/index/guide",
"style": {
"navigationBarTitleText": ""
}
2025-11-21 01:20:28 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/common/registerOrForget/index"
2025-11-21 01:20:28 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/common/setSelfInfo/index"
2025-11-21 01:20:28 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/common/setPassword/index"
2025-11-21 01:20:28 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/common/verifyCode/index"
2025-11-21 01:20:28 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/user/index/index"
2025-11-21 01:20:28 +08:00
},
{
"path": "pages/conversation/conversationList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"disableScroll": true,
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/contact/index/index",
"style": {
"navigationBarTitleText": "",
"disableScroll": true,
"enablePullDownRefresh": false
}
},
{
"path": "pages/conversation/chating/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"disableScroll": true,
"app-plus": {
"softinputMode": "adjustResize"
}
}
},
{
"path": "pages/conversation/singleSettings/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/conversation/groupSettings/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/conversation/groupManage/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/conversation/groupMemberList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/userCard/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/searchUserOrGroup/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/groupCard/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/userCardMore/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/markOrIDPage/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/detailsFileds/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/contactChoose/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"disableScroll": true
}
},
2025-12-05 16:10:52 +08:00
{
"path": "pages/common/contactChoose/choose",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"disableScroll": true
}
},
2025-12-23 00:18:46 +08:00
{
"path": "pages/common/contactChoose/chooseGroupMember",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"disableScroll": true
}
},
2025-11-21 01:20:28 +08:00
{
"path": "pages/common/createGroup/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/contactAdd/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/switchJoinGroup/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/friendList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/groupList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/searchUserOrGroup/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/applicationList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/applicationListDetails/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contact/applicationDetails/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/user/selfInfo/index",
2025-11-21 01:20:28 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/user/accountSetting/index",
2025-11-21 01:20:28 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/user/blockList/index",
2025-11-21 01:20:28 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/conversation/updateGroupOrNickname/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/sendAddRequest/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/webviewWrapper/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/user/about/index",
2025-11-21 01:20:28 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/index/index",
2025-11-21 01:20:28 +08:00
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2025-11-25 05:36:02 +08:00
},
{
"path": "pages/common/upgrade",
"style": {
2026-01-09 09:15:59 +08:00
"navigationStyle": "custom",
"backgroundColor": "transparent",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "系统更新",
"enablePullDownRefresh": false
2025-11-25 05:36:02 +08:00
}
},
{
"path": "pages/common/article",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/webview",
"style": {
2025-12-08 18:10:51 +08:00
"navigationStyle": "default",
2025-11-25 05:36:02 +08:00
"navigationBarTitleText": ""
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/friend-circle/friend-circle",
2025-11-25 05:36:02 +08:00
"style": {
2026-01-11 13:51:16 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": true
2025-11-25 05:36:02 +08:00
}
2025-11-27 07:40:32 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/friend-circle/releaseFriendCircle",
2025-11-27 07:40:32 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/friend-circle/chooseLocation",
2025-11-27 07:40:32 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/friend-circle/chooseCircleBgImg",
2025-11-27 07:40:32 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/friend-circle/builtinBgImg",
2025-11-27 07:40:32 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/userOrGroupQrCode",
"style": {
"navigationBarTitleText": ""
}
2025-12-05 16:10:52 +08:00
},
{
"path": "pages/conversation/groupSettings/announcement",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/conversation/groupSettings/qrcode",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/conversation/groupSettings/manage",
"style": {
"navigationBarTitleText": ""
}
2025-12-08 02:29:46 +08:00
},
{
"path": "pages/common/search/index",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/scan",
"style": {
"navigationBarTitleText": ""
}
2025-12-11 22:33:31 +08:00
},
{
"path": "pages/common/map",
"style": {
"navigationBarTitleText": ""
}
2025-12-17 08:47:58 +08:00
},
{
2025-12-23 00:18:46 +08:00
"path": "pages/find/near/near",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/user/vip/vip",
2025-12-17 08:47:58 +08:00
"style": {
"navigationBarTitleText": ""
}
2025-11-21 01:20:28 +08:00
}
],
"tabBar": {
2025-11-25 05:36:02 +08:00
"color": "#171717",
"selectedColor": "#07c160",
"borderStyle": "#f4f4f4",
2025-11-27 07:40:32 +08:00
"backgroundColor": "rgba(244,244,244,0.8)",
2025-11-21 01:20:28 +08:00
"height": "55px",
2025-11-27 07:40:32 +08:00
"list": [
{
2025-11-21 01:20:28 +08:00
"pagePath": "pages/conversation/conversationList/index",
2025-11-25 05:36:02 +08:00
"iconPath": "./static/images/tabbar/conversation.png",
"selectedIconPath": "static/images/tabbar/conversation_active.png",
"text": "消息"
2025-11-21 01:20:28 +08:00
},
{
2025-11-27 07:40:32 +08:00
"pagePath": "pages/contact/friendList/index",
2025-11-25 05:36:02 +08:00
"iconPath": "./static/images/tabbar/contacts.png",
"selectedIconPath": "static/images/tabbar/contacts_active.png",
2025-11-21 01:20:28 +08:00
"text": "通讯录"
},
{
2025-12-23 00:18:46 +08:00
"pagePath": "pages/find/index/index",
2025-11-25 05:36:02 +08:00
"iconPath": "./static/images/tabbar/workbench.png",
"selectedIconPath": "static/images/tabbar/workbench_active.png",
2025-11-21 01:20:28 +08:00
"text": "发现"
},
{
2025-12-23 00:18:46 +08:00
"pagePath": "pages/user/index/index",
2025-11-25 05:36:02 +08:00
"iconPath": "./static/images/tabbar/profile.png",
"selectedIconPath": "static/images/tabbar/profile_active.png",
"text": "我"
2025-11-21 01:20:28 +08:00
}
]
},
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"app-plus": {
"bounce": "none"
}
}
}