页面路径修改

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

View File

@ -1,8 +1,8 @@
{ {
"easycom": { "easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ "pages": [
// //
{ {
@ -27,7 +27,33 @@
"navigationBarTitleText": "近山社区", "navigationBarTitleText": "近山社区",
"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,9 +69,32 @@
"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": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
@ -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",
} }
} }