Files
sh-app/pages.json
T
2026-06-10 14:17:54 +08:00

71 lines
1.5 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "uview-pro/components/u-$1/u-$1.vue",
"^nbd-(.*)": "@/components/nbd-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [
{
"root": "pipe",
"pages": [
{
"path": "diankou/list",
"style": {
"navigationBarTitleText": "点口管理"
}
}
]
}
],
"tabBar": {
"color": "#cbcbcb",
"backgroundColor": "#2979ff",
"selectedColor": "#ffffff",
"borderStyle": "black",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "/static/tabs/home.png",
"selectedIconPath": "/static/tabs/home-active.png"
},
{
"text": "个人中心",
"pagePath": "pages/mine/index",
"iconPath": "static/tabs/mine.png",
"selectedIconPath": "static/tabs/mine-active.png"
}
],
"position": "bottom"
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "施工管理",
"navigationBarBackgroundColor": "#2979ff",
"backgroundColor": "#2979ff"
},
"uniIdRouter": {}
}