路由新增

This commit is contained in:
qiuyuan 2025-04-25 18:25:33 +08:00
parent 250ab1671a
commit 7a5653cf11

View File

@ -36,6 +36,15 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
//
{
"path": "pages/myTickets/index",
"style": {
"navigationBarTitleText": "近山社区",
"navigationStyle": "custom"
}
},
// //
{ {
"path": "pages/serviceNoticeList/index", "path": "pages/serviceNoticeList/index",
@ -78,6 +87,14 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
//
{
"path": "pages/mySeekHelp/index",
"style": {
"navigationBarTitleText": "近山社区",
"navigationStyle": "custom"
}
},
// - // -
{ {
"path": "pages/neighborList/index", "path": "pages/neighborList/index",
@ -106,7 +123,9 @@
"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",
"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", // "bottom-nav": "/components/footer_common.vue",
// "header-nav": "/components/header_common.vue", // "header-nav": "/components/header_common.vue",