64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
|
|
"pages": [
|
|
// 首页
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "近山社区",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
// AI助手页面
|
|
{
|
|
"path": "pages/chat/index",
|
|
"style": {
|
|
"navigationBarTitleText": "近山社区",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
// 服务中心
|
|
{
|
|
"path": "pages/service/index",
|
|
"style": {
|
|
"navigationBarTitleText": "近山社区",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
// 我的个人中心
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "近山社区",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
// 邻里圈
|
|
{
|
|
"path": "pages/neighbor/index",
|
|
"style": {
|
|
"navigationBarTitleText": "近山社区",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
|
|
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {},
|
|
"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",
|
|
// 引用自定义组件
|
|
"bottom-nav": "/components/footer_common.vue"
|
|
}
|
|
} |