页面路径修改

This commit is contained in:
qiuyuan 2025-04-25 15:05:10 +08:00
parent cf568ba883
commit 3b06d37158

View File

@ -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",
} }
} }