Files
siji/pages.json
MeSHard 0dbbf978d3 inti
2025-11-14 17:23:25 +08:00

139 lines
3.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true
}
}, {
"path": "pages/my/update",
"style": {
"navigationBarTitleText": "修改资料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/my/register",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "运单列表",
"enablePullDownRefresh": true
}
}, {
"path": "pages/order/ordeDetails",
"style": {
"navigationBarTitleText": "运单详情"
}
}, {
"path": "pages/order/waybill",
"style": {
"navigationBarTitleText": "电子运单上报"
}
}, {
"path": "pages/order/park",
"style": {
"navigationBarTitleText": "园区入园上报列表",
"enablePullDownRefresh": true
}
}, {
"path": "pages/order/addPark",
"style": {
"navigationBarTitleText": "园区入园上报"
}
}, {
"path": "pages/order/detailPark",
"style": {
"navigationBarTitleText": "园区入园上报详情"
}
}, {
"path": "pages/order/alarm",
"style": {
"navigationBarTitleText": "车辆事故上报列表",
"enablePullDownRefresh": true
}
}, {
"path": "pages/order/addAlarm",
"style": {
"navigationBarTitleText": "车辆事故上报"
}
}, {
"path": "pages/order/detailAlarm",
"style": {
"navigationBarTitleText": "车辆事故上报详情"
}
}, {
"path": "pages/car/car",
"style": {
"navigationBarTitleText": "车辆信息",
"enablePullDownRefresh": true
}
}, {
"path": "pages/car/addCar",
"style": {
"navigationBarTitleText": "绑定车辆"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
}, {
"path": "pages/index/message",
"style": {
"navigationBarTitleText": "消息通知",
"enablePullDownRefresh": true
}
}, {
"path": "pages/index/messageDetails",
"style": {
"navigationBarTitleText": "消息详情"
}
}, {
"path": "pages/index/notice",
"style": {
"navigationBarTitleText": "帮助中心"
}
}, {
"path": "pages/index/details",
"style": {
"navigationBarTitleText": "详情"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "长寿危化品运单管理",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#979797",
"selectedColor": "#333333",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/order/order",
"iconPath": "static/icon/yundan.png",
"selectedIconPath": "static/icon/yundan_icon.png",
"text": "运单列表"
}, {
"pagePath": "pages/my/index",
"iconPath": "static/icon/my_icon.png",
"selectedIconPath": "static/icon/my.png",
"text": "我的"
}]
},
"uniIdRouter": {}
}