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
246 lines
5.1 KiB
{
|
|
// "condition": { //模式配置,仅开发期间生效
|
|
// "current": 0, //当前激活的模式(list 的索引项)
|
|
// "list": [{
|
|
// "name": "test", //模式名称
|
|
// "path": "pages/componentsA/test/test", //启动页面,必选
|
|
// "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
// }]
|
|
// },
|
|
"pages": [
|
|
|
|
//pages数组中第一项表示应用启动页,参考:https://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": "我的"
|
|
}]
|
|
|
|
}
|
|
}
|