|
|
|
|
@ -15,20 +15,20 @@
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "生产计划",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录"
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/work",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "近三天投料记录",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/mine",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人中心"
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/report",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "生产报工",
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -119,19 +119,19 @@
|
|
|
|
|
{
|
|
|
|
|
"path": "info/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人信息"
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "info/edit",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "编辑资料"
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pwd/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "修改密码"
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -143,7 +143,7 @@
|
|
|
|
|
{
|
|
|
|
|
"path": "help/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "常见问题"
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -311,16 +311,16 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/work",
|
|
|
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
|
|
"iconPath": "static/images/tabbar/material.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/material_.png",
|
|
|
|
|
"text": "投料"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
/*{
|
|
|
|
|
"pagePath": "pages/template",
|
|
|
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
|
|
"text": "模板"
|
|
|
|
|
},
|
|
|
|
|
},*/
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/mine",
|
|
|
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
|
|
|
@ -332,6 +332,6 @@
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "BESURE",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|