Initial commit

This commit is contained in:
lnljyang
2025-12-30 09:44:46 +08:00
commit 82b8d21506
147 changed files with 39113 additions and 0 deletions

277
pages.json Normal file
View File

@@ -0,0 +1,277 @@
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "广交投氢能",
"enablePullDownRefresh": false
}
},
{
"path": "pages/map/index",
"style": {
"navigationBarTitleText": "地图",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "components/tabBar/tabBar",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/standbyVehicle/index",
"style": {
"navigationBarTitleText": "备车管理",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/standbyVehicle/detail",
"style": {
"navigationBarTitleText": "备车单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/standbyVehicle/detailInfo",
"style": {
"navigationBarTitleText": "备车信息",
"enablePullDownRefresh": true
}
},
{
"path": "pages/truckRent/index",
"style": {
"navigationBarTitleText": "交车管理",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/truckRent/detail",
"style": {
"navigationBarTitleText": "交车单",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/webview/index",
"style": {
"navigationBarTitleText": "webview",
"enablePullDownRefresh": true
}
},
{
"path": "pages/face/index",
"style": {
"navigationBarTitleText": "e签宝人脸验证",
"enablePullDownRefresh": true
}
},
{
"path": "pages/returnCar/index",
"style": {
"navigationBarTitleText": "还车管理",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/returnCar/detail",
"style": {
"navigationBarTitleText": "还车单",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/returnCar/cost",
"style": {
"navigationBarTitleText": "费用核算",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/audit/index",
"style": {
"navigationBarTitleText": "在线审批",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/audit/detail",
"style": {
"navigationBarTitleText": "合同审批详情",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/unusualActionApply/index",
"style": {
"navigationBarTitleText": "异动管理",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/unusualActionApply/detail",
"style": {
"navigationBarTitleText": "异动申请",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/maintain/index",
"style": {
"navigationBarTitleText": "保养待办",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/maintain/detail",
"style": {
"navigationBarTitleText": "保养信息",
"enablePullDownRefresh": true
}
}
],
"subPackages": [
{
"root": "pageSub",
"pages": [
{
"path": "failure/index",
"style": {
"navigationBarTitleText": "故障台账",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "failure/detail",
"style": {
"navigationBarTitleText": "故障上报",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "returnCarCost/index",
"style": {
"navigationBarTitleText": "还车费用核算",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "returnCarCost/detail",
"style": {
"navigationBarTitleText": "还车费用核算",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "truckPreparation/index",
"style": {
"navigationBarTitleText": "车辆整备",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "truckPreparation/detail",
"style": {
"navigationBarTitleText": "备车信息",
"enablePullDownRefresh": true
}
},
{
"path": "annualReview/index",
"style": {
"navigationBarTitleText": "年审待办",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "annualReview/detail",
"style": {
"navigationBarTitleText": "年审",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
]
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "white",
"backgroundColor": "#f4f5f7",
"custom": true,
"list": [
{
"pagePath": "pages/index/index",
// "iconPath": "home",
// "selectedIconPath": "home-fill",
"text": "首页"
// "customIcon": false
},
{
"pagePath": "pages/map/index",
// "iconPath": "home",
// "selectedIconPath": "home-fill",
"text": "地图"
// "customIcon": false
},
{
"pagePath": "pages/my/my",
// "iconPath": "account",
// "selectedIconPath": "account-fill",
"text": "我的"
// "customIcon": false
}
],
"current": 0
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "广交投",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}