页面路径修改
This commit is contained in:
parent
cf568ba883
commit
3b06d37158
57
pages.json
57
pages.json
@ -28,6 +28,32 @@
|
|||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 智能工单
|
||||||
|
{
|
||||||
|
"path": "pages/serviceTickets/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "近山社区",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
//社区公告列表
|
||||||
|
{
|
||||||
|
"path": "pages/serviceNoticeList/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "近山社区",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 社区公告详情
|
||||||
|
{
|
||||||
|
"path": "pages/serviceNoticeDetail/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "近山社区",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
// 我的个人中心
|
// 我的个人中心
|
||||||
{
|
{
|
||||||
"path": "pages/mine/index",
|
"path": "pages/mine/index",
|
||||||
@ -43,8 +69,31 @@
|
|||||||
"navigationBarTitleText": "近山社区",
|
"navigationBarTitleText": "近山社区",
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
// 发布求助信息
|
||||||
|
{
|
||||||
|
"path": "pages/helpInfo/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "近山社区",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 邻里圈-邻里互助查看更多列表页
|
||||||
|
{
|
||||||
|
"path": "pages/neighborList/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "近山社区",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 邻里圈-邻里互助详情页面
|
||||||
|
{
|
||||||
|
"path": "pages/neighborDetail/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "近山社区",
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
@ -57,8 +106,10 @@
|
|||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
|
|
||||||
"u-modal": "/node_modules/uview-ui/components/u-modal/u-modal.vue",
|
"u-modal": "/node_modules/uview-ui/components/u-modal/u-modal.vue",
|
||||||
"u-icon": "/node_modules/uview-ui/components/u-icon/u-icon.vue",
|
"u-icon": "/node_modules/uview-ui/components/u-icon/u-icon.vue"
|
||||||
// 引用自定义组件
|
// 引用自定义组件
|
||||||
"bottom-nav": "/components/footer_common.vue"
|
// "bottom-nav": "/components/footer_common.vue",
|
||||||
|
// "header-nav": "/components/header_common.vue",
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user