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
5.1 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/RegulatoryReporting",
"style": {
"navigationBarTitleText": "监管数据总览"
}
},
// #ifdef APP-PLUS
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
},
// #endif
{
"path": "pages/home/WorkFragment",
"style": {
"navigationBarTitleText": "工作台"
}
},
{
"path": "pages/index/AlreadyProcessed",
"style": {
"navigationBarTitleText": "已办工作",
"enablePullDownRefresh": true
}
},{
"path": "pages/index/WaitingProcessed",
"style": {
"navigationBarTitleText": "待办工作",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/MyProject",
"style": {
"navigationBarTitleText": "我的项目"
}
},
{
"path": "pages/index/UserPrompt",
"style": {
"navigationBarTitleText": "用户须知",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
},
{
"path": "pages/index/BindPhone",
"style": {
"navigationBarTitleText": "绑定手机号",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": false //,
}
}
},
{
"path": "pages/index/RegulatoryReportingDownload",
"style": {
"navigationBarTitleText": "项目监管报表"
}
},
{
"path": "pages/index/AccountBalance",
"style": {
"navigationBarTitleText": "账户余额"
}
},
{
"path": "pages/index/AdvanceCharge",
"style": {
"navigationBarTitleText": "预付款"
}
},
{
"path": "pages/index/GoodsInTransit",
"style": {
"navigationBarTitleText": "在途货物"
}
},
{
"path": "pages/index/Accounts",
"style": {
"navigationBarTitleText": "应收账款"
}
},{
"path": "pages/index/InventorySummary",
"style": {
"navigationBarTitleText": "质物库存汇总"
}
},
{
"path": "pages/index/InventorySummaryDetail",
"style": {
"navigationBarTitleText": "质物库存汇总-商品明細"
}
}, {
"path": "pages/index/demoReportKc",
"style": {
"navigationBarTitleText": "质物库存汇总"
}
}, {
"path": "pages/index/auditReport",
"style": {
"navigationBarTitleText": "回款报告"
}
}, {
"path": "pages/index/enterpriseRisk",
"style": {
"navigationBarTitleText": "企业经营异常核查"
}
},
{
"path": "pages/index/ProjectDetail",
"style": {
"navigationBarTitleText": "项目详情"
}
}, {
"path": "pages/index/WarehouseDetaile",
"style": {
"navigationBarTitleText": "云仓详情"
}
}, {
"path": "pages/home/UserFragment",
"style": {
"navigationBarTitleText": "个人中心"
}
}, {
"path": "pages/index/WarehouseManagement",
"style": {
"navigationBarTitleText": "云仓管理"
}
},
{
"path": "pages/home/MessageFragment",
"style": {
"navigationBarTitleText": "消息"
}
}, {
"path": "pages/index/WarehouseList",
"style": {
"navigationBarTitleText": "云仓列表",
"enablePullDownRefresh": true
}
}, {
"path": "pages/index/WarehouseRegistration",
"style": {
"navigationBarTitleText": "云仓登记"
}
}, {
"path": "pages/login/fwxy",
"style": {
"navigationBarTitleText": "服务协议"
}
}, {
"path": "pages/login/yszc",
"style": {
"navigationBarTitleText": "隐私政策"
}
}
],
"lazyCodeLoading": "requiredComponents",
"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",
"iconWidth": "25px", //
"list": [{
"pagePath": "pages/home/WorkFragment",
"iconPath": "static/bottom-icon/gongzuotai1.png",
"selectedIconPath": "static/bottom-icon/gongzuotai.png",
"text": "工作台"
}, {
"pagePath": "pages/home/MessageFragment",
"iconPath": "static/bottom-icon/xiaoxi1.png",
"selectedIconPath": "static/bottom-icon/xiaoxi.png",
"text": "消息"
}, {
"pagePath": "pages/home/UserFragment",
"iconPath": "static/bottom-icon/wode1.png",
"selectedIconPath": "static/bottom-icon/wode.png",
"text": "我的"
}]
}
}