rhb-server/mes-ui/rhb-app/pages.json

117 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2025-10-20 11:14:41 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui规则保持不变
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
// 修正uview-plus匹配规则覆盖所有u-前缀组件)
"^u-([a-zA-Z0-9-]+)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
// 其他自定义规则...
"^Xtx(.*)": "@/components/Xtx$1.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "我的信息",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white"
}
}
],
"subPackages": [
{
"root": "packageUser",
"pages": [
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}
]
},
{
"root": "packageForm",
"pages": [
{
"path": "pages/householdForm",
"style": {
"navigationBarTitleText": "户主信息填报",
"navigationBarBackgroundColor": "#2979ff",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/FullScreenSignature",
"style": {
"navigationBarTitleText": "户主信息填报",
"navigationBarBackgroundColor": "#2979ff",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/historyMessage",
"style": {
"navigationBarTitleText": "历史消息",
"navigationBarBackgroundColor": "#2979ff",
"navigationBarTextStyle": "white"
}
}
]
},
{
"root": "packageQuery",
"pages": [
{
"path": "pages/query",
"style": {
"navigationBarTitleText": "结果查询",
"navigationBarBackgroundColor": "#19be6b",
"navigationBarTextStyle": "white"
}
}
]
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2979ff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png",
"text": "主页"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/profile.png",
"selectedIconPath": "static/profile-active.png",
"text": "我的信息"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "宁户宝",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"lazyCodeLoading": "requiredComponents"
}