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" :
|
|
|
|
|
{
|
2024-01-16 16:42:05 +08:00
|
|
|
|
// "navigationBarTitleText" : "登录",
|
|
|
|
|
"enablePullDownRefresh" : false,
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path" : "pages/index/productionOrder",
|
|
|
|
|
"style" :
|
|
|
|
|
{
|
|
|
|
|
"navigationBarTitleText" : "生产工单管理",
|
2024-01-15 14:02:04 +08:00
|
|
|
|
"enablePullDownRefresh" : false
|
|
|
|
|
}
|
|
|
|
|
}],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationBarTitleText": "德木自动化系统",
|
|
|
|
|
"navigationBarBackgroundColor": "#060B26",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"background": "#efeff4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"condition" : { //模式配置,仅开发期间生效
|
|
|
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
2024-01-16 16:42:05 +08:00
|
|
|
|
"name": "首页", //模式名称
|
|
|
|
|
"path": "pages/index/index", //启动页面,必选
|
2024-01-15 14:02:04 +08:00
|
|
|
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-01-16 16:57:49 +08:00
|
|
|
|
"tabBar":{
|
|
|
|
|
"custom":true,
|
2024-01-15 14:02:04 +08:00
|
|
|
|
"color": "#7A7E83",
|
|
|
|
|
"selectedColor": "#3cc51f",
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"height": "50px",
|
|
|
|
|
"fontSize": "10px",
|
|
|
|
|
"iconWidth": "24px",
|
|
|
|
|
"spacing": "3px",
|
|
|
|
|
"list":[{
|
|
|
|
|
"pagePath":"pages/index/index",
|
|
|
|
|
"text":"首页"
|
|
|
|
|
},{
|
2024-01-16 16:42:05 +08:00
|
|
|
|
"pagePath":"pages/person/person",
|
2024-01-15 14:02:04 +08:00
|
|
|
|
"text":"我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-01-16 16:57:49 +08:00
|
|
|
|
}
|
2024-01-15 14:02:04 +08:00
|
|
|
|
}
|