mes_mobile/pages.json

79 lines
1.7 KiB
JSON
Raw Normal View History

2024-01-15 14:02:04 +08:00
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "德木自动化系统"
}
},{
"path": "pages/person/person",
"style": {
"navigationBarTitleText": "个人中心"
}
},{
"path": "pages/index/message",
"style": {
"navigationBarTitleText": "消息管理"
}
},
{
"path" : "pages/person/accountCenter",
"style" :
{
"navigationBarTitleText" : "账户中心",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/person/changePhone",
"style" :
{
"navigationBarTitleText" : "更改手机号",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "登录",
"enablePullDownRefresh" : false
}
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "德木自动化系统",
"navigationBarBackgroundColor": "#060B26",
"app-plus": {
"background": "#efeff4"
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "登录", //模式名称
"path": "pages/login/login", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
},
"tabBar":{
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list":[{
"pagePath":"pages/index/index",
"text":"首页"
},{
"pagePath":"pages/login/login",
"text":"我的"
}
]
}
}