更新
This commit is contained in:
85
pages.json
85
pages.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user