1 Star 0 Fork 1

牧神 / easyCar

forked from zonhar / easyCar 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.80 KB
一键复制 编辑 原始数据 按行查看 历史
zonhar 提交于 2021-05-08 15:53 . 完成底层菜单栏权限控制
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index"
},{
"path": "pages/tabbar/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path": "pages/home/home-index",
"style": {
"navigationBarTitleText": "汽车维修",
"background-color": "#f8f9fa"
}
},
{
"path": "pages/work-order/index",
"style": {
"navigationBarTitleText": "工单"
}
},
{
"path": "pages/shop/shop-index",
"style": {
"navigationBarTitleText": "门店"
}
},
{
"path": "pages/chat/chat-index",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/me/me-index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/me/setting/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path": "pages/home/add-car/index",
"style": {
"navigationBarTitleText": "添加车辆"
}
},
{
"path": "pages/home/online-booking/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
}
},
{
"path": "pages/home/maintenance-card/index",
"style": {
"navigationBarTitleText": "维修卡"
}
},
{
"path": "pages/login/code",
"style": {
"navigationBarTitleText": ""
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#f8f9fa"
} //,
// "tabBar": {
// "color": "#333",
// "selectedColor": "deepskyblue",
// "backgroundColor": "#eee",
// "borderStyle": "black",
// "list": [{
// "pagePath": "pages/home/index",
// "text": "首页",
// "iconPath": "static/home.png",
// "selectedIconPath": "static/home-select.png"
// },
// {
// "pagePath": "pages/shop/index",
// "text": "门店",
// "iconPath": "static/found/found.png",
// "selectedIconPath": "static/found/found-select.png"
// },
// {
// "pagePath": "pages/chat/index",
// "text": "消息",
// "iconPath": "static/chat.png",
// "selectedIconPath": "static/chat-fild.png"
// },
// {
// "pagePath": "pages/me/me",
// "text": "我的",
// "iconPath": "static/me/me.png",
// "selectedIconPath": "static/me/me-select.png"
// }
// ]
// }
}
1
https://gitee.com/wingxh/easy-car.git
git@gitee.com:wingxh/easy-car.git
wingxh
easy-car
easyCar
master

搜索帮助