2024-06-25 18:39:10 +08:00
|
|
|
|
{
|
2024-06-27 16:42:05 +08:00
|
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
|
|
|
|
"custom": {
|
|
|
|
|
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"pages": [{
|
2024-06-25 18:39:10 +08:00
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2024-06-26 15:00:14 +08:00
|
|
|
|
"path": "pages/index/components/drivingLicence",
|
2024-06-25 18:39:10 +08:00
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-06-28 11:18:46 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/components/myCar",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-06-26 15:01:22 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/components/businessCenter",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-06-26 14:46:13 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/schedule/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarBackgroundColor": "#2c66a9",
|
|
|
|
|
"navigationBarTitleText": "网办进度",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-06-25 18:39:10 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/serve/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/my/index",
|
|
|
|
|
"style": {
|
2024-06-26 09:12:03 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#2c66a9",
|
|
|
|
|
"navigationBarTitleText": "我的",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2024-06-25 18:39:10 +08:00
|
|
|
|
}
|
2024-06-26 14:46:13 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/my/components/install/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-06-28 11:30:43 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/my/components/effectiveDate/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-06-25 18:39:10 +08:00
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "12123",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
2024-06-28 11:30:43 +08:00
|
|
|
|
"uniIdRouter": {},
|
|
|
|
|
"tabBar": {
|
|
|
|
|
"custom": true,
|
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/index/index"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/schedule/index"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/serve/index"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/my/index"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2024-06-27 16:42:05 +08:00
|
|
|
|
}
|