1 Star 0 Fork 0

wengcy/mirror-motorbike

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.43 KB
一键复制 编辑 原始数据 按行查看 历史
wengcy 提交于 2023-07-15 09:20 . first commit
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"subPackages": [{
"root": "pagesDetail",
"pages": [{
"path": "views/diagnoseInfo",
"style": {
"navigationBarTitleText": "车辆诊断"
}
},
{
"path": "views/diagnoseInfoBefore",
"style": {
"navigationBarTitleText": "车辆诊断"
}
},
{
"path": "views/odometer",
"style": {
"navigationBarTitleText": "里程表"
}
},
{
"path": "views/catchDetail",
"style": {
"navigationBarTitleText": "异常详情"
}
}
]
},
{
"root": "pagesMy",
"pages": [{
"path": "views/myMotorbike",
"style": {
"navigationBarTitleText": "我的车辆"
}
},
{
"path": "views/feedbackList",
"style": {
"navigationBarTitleText": "反馈建议",
"enablePullDownRefresh":true,
"backgroundColor":"#F2F5FC"
}
},
{
"path": "views/feedbackForm",
"style": {
"navigationBarTitleText": "新增建议"
}
},
{
"path": "views/maintainList",
"style": {
"navigationBarTitleText": "保养记录",
"enablePullDownRefresh":false,
"backgroundColor":"#F2F5FC"
}
},
{
"path": "views/maintainForm",
"style": {
"navigationBarTitleText": "新增保养"
}
},
{
"path": "views/webview",
"style": {
"navigationBarTitleText": "用户手册"
}
},
{
"path": "views/instruction",
"style": {
"navigationBarTitleText": "用户手册"
}
},
{
"path": "views/detectList",
"style": {
"navigationBarTitleText": "检测历史",
"enablePullDownRefresh":true,
"backgroundColor":"#F2F5FC"
}
},
{
"path": "views/operateList",
"style": {
"navigationBarTitleText": "操作记录",
"enablePullDownRefresh":true,
"backgroundColor":"#F2F5FC"
}
},
{
"path": "views/messageList",
"style": {
"navigationBarTitleText": "我的消息",
"enablePullDownRefresh":false,
"backgroundColor":"#F2F5FC"
}
},
{
"path": "views/addDevice",
"style": {
"navigationBarTitleText": "车辆绑定"
}
},
{
"path": "views/deviceVerify",
"style": {
"navigationBarTitleText": "车辆验证"
}
},
{
"path": "views/addDeviceSuccess",
"style": {
"navigationBarTitleText": "绑定成功"
}
},
{
"path": "views/agreement",
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
"path": "views/subscribeService",
"style": {
"navigationBarTitleText": "服务订阅"
}
},
{
"path": "views/shop",
"style": {
"navigationBarTitleText": "附近门店"
}
},
{
"path": "views/userSetting",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "views/updatePhone",
"style": {
"navigationBarTitleText": "修改手机号码"
}
}
]
},
{
"root": "pagesHome",
"pages": [{
"path": "views/driving",
"style": {
"navigationBarTitleText": "驾驶模式"
}
},
{
"path": "views/guard",
"style": {
"navigationBarTitleText": "紧急防盗"
}
},
{
"path": "views/paramsData",
"style": {
"navigationBarTitleText": "参数统计"
}
},
{
"path": "views/paramsDataOil",
"style": {
"navigationBarTitleText": "平均油耗"
}
},
{
"path": "views/trackPath",
"style": {
"navigationBarTitleText": "骑行记录"
}
},
{
"path": "views/trackList",
"style": {
"navigationBarTitleText": "骑行记录",
"enablePullDownRefresh":true,
"backgroundColor":"#F2F5FC"
}
},
{
"path": "views/shakeProtect",
"style": {
"navigationBarTitleText": "震动防护"
}
},
{
"path": "views/fense",
"style": {
"navigationBarTitleText": "电子围栏"
}
},
{
"path": "views/location",
"style": {
"navigationBarTitleText": "车辆定位"
}
}
]
}
],
"preloadRule": {
"pages/views/home/detail": {
"network": "all",
"packages": ["pagesDetail"]
},
"pages/views/home/index": {
"network": "all",
"packages": ["pagesHome"]
},
"pages/views/home/userConfig": {
"network": "all",
"packages": ["pagesMy"]
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/views/home/start",
"style": {
"navigationBarTitleText": "启动页"
}
},
{
"path": "pages/views/home/login",
"style": {
"navigationBarTitleText": "登录页"
}
},
{
"path": "pages/views/home/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/views/home/userConfig",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/views/home/map",
"style": {
"navigationBarTitleText": "地图"
}
},
{
"path": "pages/views/home/detail",
"style": {
"navigationBarTitleText": "车况"
}
},
{
"path": "pages/views/home/verify",
"style": {
"navigationBarTitleText": "认证"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#2C3342"
},
"tabBar": {
"selectedColor": "#FEB837",
"list": [{
"pagePath": "pages/views/home/index",
"iconPath": "static/images/tabbar/index.png",
"selectedIconPath": "static/images/tabbar/index-selected.png",
"text": "首页"
}, {
"pagePath": "pages/views/home/map",
"iconPath": "static/images/tabbar/map.png",
"selectedIconPath": "static/images/tabbar/map-selected.png",
"text": "地图"
}, {
"pagePath": "pages/views/home/detail",
"iconPath": "static/images/tabbar/detail.png",
"selectedIconPath": "static/images/tabbar/detail-selected.png",
"text": "车况"
}, {
"pagePath": "pages/views/home/userConfig",
"iconPath": "static/images/tabbar/my.png",
"selectedIconPath": "static/images/tabbar/my-selected.png",
"text": "我的"
}]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "pages/views/home/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wengcy/mirror-motor.git
git@gitee.com:wengcy/mirror-motor.git
wengcy
mirror-motor
mirror-motorbike
master

搜索帮助