|
|
@@ -60,25 +60,6 @@ |
|
|
|
"navigationBarBackgroundColor": "#2671E2",
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"path": "pages/reportExcel/dayReport",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "数智工牌日报",
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/reportExcel/weekReport",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "数智工牌周报",
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
],
|
|
|
|
//这下面是分包
|
|
|
@@ -377,6 +358,26 @@ |
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages/reportExcel", //中心逻辑的模块都放到这里
|
|
|
|
"name": "reportExcel",
|
|
|
|
"pages": [{
|
|
|
|
"path": "weekReport",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "数智工牌周报",
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
}
|
|
|
|
},{
|
|
|
|
"path": "dayReport",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "数智工牌日报",
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages/center", //中心逻辑的模块都放到这里
|
|
|
|
"name": "center",
|
|
|
|