1 Star 0 Fork 1

starLight/weChat-bus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.08 KB
一键复制 编辑 原始数据 按行查看 历史
starLight 提交于 2020-09-18 14:24 . 肃宁公交首次提交
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "肃宁公交",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/routePlanning/routePlanning",
"style": {
"navigationBarTitleText": "线路规划",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/routePlanning/search",
"style": {
"navigationBarTitleText": "线路规划",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/routePlanning/transport",
"style": {
"navigationBarTitleText": "线路规划",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/mine/my",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/collection/index",
"style": {
"navigationBarTitleText": "收藏列表",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/home/routeDetail",
"style": {
"navigationBarTitleText": "线路详情",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/mine/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#999999"
}]
}
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "肃宁公交",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#2896ff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/tabbar/icon_home2.png",
"selectedIconPath": "static/tabbar/icon_home1.png",
"text": "首页"
},
{
"pagePath": "pages/routePlanning/routePlanning",
"iconPath": "static/tabbar/icon_line2.png",
"selectedIconPath": "static/tabbar/icon_line1.png",
"text": "线路规划"
},
{
"pagePath": "pages/collection/index",
"iconPath": "static/tabbar/icon_station2.png",
"selectedIconPath": "static/tabbar/icon_station1.png",
"text": "收藏"
},
{
"pagePath": "pages/mine/my",
"iconPath": "static/tabbar/icon_mine2.png",
"selectedIconPath": "static/tabbar/icon_mine1.png",
"text": "我的"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/star1991/weChat-bus.git
git@gitee.com:star1991/weChat-bus.git
star1991
weChat-bus
weChat-bus
master

搜索帮助