页面路径修改
This commit is contained in:
parent
cf568ba883
commit
3b06d37158
67
pages.json
67
pages.json
@ -1,8 +1,8 @@
|
||||
{
|
||||
"easycom": {
|
||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
"pages": [
|
||||
// 首页
|
||||
{
|
||||
@ -27,7 +27,33 @@
|
||||
"navigationBarTitleText": "近山社区",
|
||||
"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",
|
||||
@ -43,9 +69,32 @@
|
||||
"navigationBarTitleText": "近山社区",
|
||||
"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": {
|
||||
"navigationBarTextStyle": "black",
|
||||
@ -57,8 +106,10 @@
|
||||
"usingComponents": {
|
||||
|
||||
"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