This commit is contained in:
yziiy
2025-12-03 18:59:18 +08:00
parent edd856475e
commit 0b1c5b39bd
180 changed files with 1336 additions and 2930 deletions

View File

@@ -7,35 +7,49 @@
}
},
{
"path": "pages/union/detail",
"path": "pages/union/list",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "公会详情",
"app-plus": {
"popGesture": "none" // 禁用 iOS 左滑返回
}
"navigationBarTitleText": "公会中心"
}
},
{
"path": "pages/union/roomAndflow",
"path": "pages/union/agreement",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "公会房间及流水",
"app-plus": {
"popGesture": "none" // 禁用 iOS 左滑返回
}
}
},
{
"path": "pages/union/unionMembers",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "公会成员",
"app-plus": {
"popGesture": "none" // 禁用 iOS 左滑返回
}
"navigationBarTitleText": "查看协议"
}
},
// {
// "path": "pages/union/detail",
// "style": {
// "navigationStyle": "custom",
// "navigationBarTitleText": "公会详情",
// "app-plus": {
// "popGesture": "none" // 禁用 iOS 左滑返回
// }
// }
// },
// {
// "path": "pages/union/roomAndflow",
// "style": {
// "navigationStyle": "custom",
// "navigationBarTitleText": "公会房间及流水",
// "app-plus": {
// "popGesture": "none" // 禁用 iOS 左滑返回
// }
// }
// },
// {
// "path": "pages/union/unionMembers",
// "style": {
// "navigationStyle": "custom",
// "navigationBarTitleText": "公会成员",
// "app-plus": {
// "popGesture": "none" // 禁用 iOS 左滑返回
// }
// }
// },
{
"path": "pages/union/exitApplication",
"style": {
@@ -46,16 +60,16 @@
}
}
},
{
"path": "pages/union/subsidy",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "公会补贴",
"app-plus": {
"popGesture": "none" // 禁用 iOS 左滑返回
}
}
},
// {
// "path": "pages/union/subsidy",
// "style": {
// "navigationStyle": "custom",
// "navigationBarTitleText": "公会补贴",
// "app-plus": {
// "popGesture": "none" // 禁用 iOS 左滑返回
// }
// }
// },
{
"path": "pages/union/historyRecord",
"style": {
@@ -190,17 +204,14 @@
"navigationStyle": "custom",
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/other/test",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "测试页面"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "transparent"