This commit is contained in:
cansnow
2025-12-23 00:18:46 +08:00
parent 59d1ba9a7e
commit f49f1f1ad1
54 changed files with 25338 additions and 333 deletions
+33 -19
View File
@@ -2,22 +2,22 @@
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index"
"path": "pages/common/login/index"
},
{
"path": "pages/login/registerOrForget/index"
"path": "pages/common/registerOrForget/index"
},
{
"path": "pages/login/setSelfInfo/index"
"path": "pages/common/setSelfInfo/index"
},
{
"path": "pages/login/setPassword/index"
"path": "pages/common/setPassword/index"
},
{
"path": "pages/login/verifyCode/index"
"path": "pages/common/verifyCode/index"
},
{
"path": "pages/profile/index/index"
"path": "pages/user/index/index"
},
{
"path": "pages/conversation/conversationList/index",
@@ -135,6 +135,14 @@
"disableScroll": true
}
},
{
"path": "pages/common/contactChoose/chooseGroupMember",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"disableScroll": true
}
},
{
"path": "pages/common/createGroup/index",
"style": {
@@ -199,21 +207,21 @@
}
},
{
"path": "pages/profile/selfInfo/index",
"path": "pages/user/selfInfo/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/profile/accountSetting/index",
"path": "pages/user/accountSetting/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/profile/blockList/index",
"path": "pages/user/blockList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
@@ -241,14 +249,14 @@
}
},
{
"path": "pages/profile/about/index",
"path": "pages/user/about/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/workbench/index/index",
"path": "pages/find/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
@@ -274,31 +282,31 @@
}
},
{
"path": "pages/workbench/friend-circle/friend-circle",
"path": "pages/find/friend-circle/friend-circle",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/releaseFriendCircle",
"path": "pages/find/friend-circle/releaseFriendCircle",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/chooseLocation",
"path": "pages/find/friend-circle/chooseLocation",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/chooseCircleBgImg",
"path": "pages/find/friend-circle/chooseCircleBgImg",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/builtinBgImg",
"path": "pages/find/friend-circle/builtinBgImg",
"style": {
"navigationBarTitleText": ""
}
@@ -346,7 +354,13 @@
}
},
{
"path": "pages/workbench/near/near",
"path": "pages/find/near/near",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/user/vip/vip",
"style": {
"navigationBarTitleText": ""
}
@@ -372,13 +386,13 @@
"text": "通讯录"
},
{
"pagePath": "pages/workbench/index/index",
"pagePath": "pages/find/index/index",
"iconPath": "./static/images/tabbar/workbench.png",
"selectedIconPath": "static/images/tabbar/workbench_active.png",
"text": "发现"
},
{
"pagePath": "pages/profile/index/index",
"pagePath": "pages/user/index/index",
"iconPath": "./static/images/tabbar/profile.png",
"selectedIconPath": "static/images/tabbar/profile_active.png",
"text": "我"