You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

246 lines
12 KiB

{
// "condition": { //
// "current": 0, //(list )
// "list": [{
// "name": "test", //
// "path": "pages/componentsA/test/test", //
// "query": "" //onLoad
// }]
// },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "汇融云眼贷后监管平台"
}
},
{
"path": "pages/business/inBound",
"style": {
"navigationBarTitleText": "入库登记",
"app-plus": {
"titleNView": {
//
"buttons": [{
"type": "none", // none
// type
// forward
// back 退
// share
// favorite
// home
// menu
// close
// transparent
// none text fontSrc 使
// 使 type fontSrc text
"color": "#fff", //
"background": "#fff", // type=transparent
"colorPressed": "#fff", // color 0.3
"float": "right", // "left""right" right
"fontWeight": "normal", // "normal"-"bold"- normal
"fontSize": "15", //
// "fontSrc": "/static/font/iconfont.ttf", // 使使
"fontSrc": "", // 使使
"select": "false", // false
"text": "保存 ", // 使 unicode '\u' "\ue123""\e123"
"width": "auto", // "*px" - "10px"10rpx "auto" -
"redDot": "false", // truefalsefalse
"badgeText": "" // 3...
}
// ,
// {
// "type": "favorite"
// }
]
// //
// "searchInput": {
// "backgroundColor": "#fff", //
// "borderRadius": "6px", // "XXpx"XXrpx 0px
// "placeholder": "请输入...", //
// "placeholderColor": "#CCCCCC", // #CCCCCC
// "disabled": false, // false
// "autoFocus": false, // false
// "align": center, // "left" - "right" - "center" - center
// }
}
}
}
},
{
"path": "pages/business/outBound",
"style": {
"navigationBarTitleText": "出库登记",
"app-plus": {
"titleNView": {
//
"buttons": [{
"type": "none", // none
// type
// forward
// back 退
// share
// favorite
// home
// menu
// close
// transparent
// none text fontSrc 使
// 使 type fontSrc text
"color": "#fff", //
"background": "#fff", // type=transparent
"colorPressed": "#fff", // color 0.3
"float": "right", // "left""right" right
"fontWeight": "normal", // "normal"-"bold"- normal
"fontSize": "15", //
// "fontSrc": "/static/font/iconfont.ttf", // 使使
"fontSrc": "", // 使使
"select": "false", // false
"text": "保存 ", // 使 unicode '\u' "\ue123""\e123"
"width": "auto", // "*px" - "10px"10rpx "auto" -
"redDot": "false", // truefalsefalse
"badgeText": "" // 3...
}
// ,
// {
// "type": "favorite"
// }
]
// //
// "searchInput": {
// "backgroundColor": "#fff", //
// "borderRadius": "6px", // "XXpx"XXrpx 0px
// "placeholder": "请输入...", //
// "placeholderColor": "#CCCCCC", // #CCCCCC
// "disabled": false, // false
// "autoFocus": false, // false
// "align": center, // "left" - "right" - "center" - center
// }
}
}
}
},
{
"path": "pages/business/inventoryRegistration",
"style": {
"navigationBarTitleText": "油罐库存登记",
"app-plus": {
"titleNView": {
//
"buttons": [{
"type": "none", // none
// type
// forward
// back 退
// share
// favorite
// home
// menu
// close
// transparent
// none text fontSrc 使
// 使 type fontSrc text
"color": "#fff", //
"background": "#fff", // type=transparent
"colorPressed": "#fff", // color 0.3
"float": "right", // "left""right" right
"fontWeight": "normal", // "normal"-"bold"- normal
"fontSize": "15", //
// "fontSrc": "/static/font/iconfont.ttf", // 使使
"fontSrc": "", // 使使
"select": "false", // false
"text": "保存 ", // 使 unicode '\u' "\ue123""\e123"
"width": "auto", // "*px" - "10px"10rpx "auto" -
"redDot": "false", // truefalsefalse
"badgeText": "" // 3...
}
// ,
// {
// "type": "favorite"
// }
]
// //
// "searchInput": {
// "backgroundColor": "#fff", //
// "borderRadius": "6px", // "XXpx"XXrpx 0px
// "placeholder": "请输入...", //
// "placeholderColor": "#CCCCCC", // #CCCCCC
// "disabled": false, // false
// "autoFocus": false, // false
// "align": center, // "left" - "right" - "center" - center
// }
}
}
}
},
{
"path": "pages/home/FindFragment",
"style": {
"navigationBarTitleText": "监管业务"
}
},
{
"path": "pages/home/AddFragment",
"style": {
"navigationBarTitleText": "操作记录"
}
},
{
"path": "pages/home/UserFragment",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "汇融云眼贷后监管平台",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#959595",
"selectedColor": "#41adf8",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [{
"pagePath": "pages/home/FindFragment",
"iconPath": "static/bottom-icon/find_normal.png",
"selectedIconPath": "static/bottom-icon/find_press.png",
"text": "监管业务"
}, {
"pagePath": "pages/home/AddFragment",
"iconPath": "static/bottom-icon/add_normal.png",
"selectedIconPath": "static/bottom-icon/add_press.png",
"text": "操作记录"
}, {
"pagePath": "pages/home/UserFragment",
"iconPath": "static/bottom-icon/mine_normal.png",
"selectedIconPath": "static/bottom-icon/mine_press.png",
"text": "我的"
}]
}
}