路由新增
This commit is contained in:
parent
250ab1671a
commit
7a5653cf11
21
pages.json
21
pages.json
@ -36,6 +36,15 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
// 我的工单
|
||||
{
|
||||
"path": "pages/myTickets/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "近山社区",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
|
||||
//社区公告列表
|
||||
{
|
||||
"path": "pages/serviceNoticeList/index",
|
||||
@ -78,6 +87,14 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
// 我的求助
|
||||
{
|
||||
"path": "pages/mySeekHelp/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "近山社区",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
// 邻里圈-邻里互助查看更多列表页
|
||||
{
|
||||
"path": "pages/neighborList/index",
|
||||
@ -106,7 +123,9 @@
|
||||
"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",
|
||||
"u-tabs":"/node_modules/uview-ui/components/u-tabs/u-tabs.vue" ,
|
||||
"u-tag":"/node_modules/uview-ui/components/u-tag/u-tag.vue"
|
||||
// 引用自定义组件
|
||||
// "bottom-nav": "/components/footer_common.vue",
|
||||
// "header-nav": "/components/header_common.vue",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user