二维码生成页面中心icon没了的bug

一次大型分包更新生产了
合作企业路由
/packageQr/pages/partnership/partnership

员工管理路由
/packageStaff/pages/staff/List/List

油站二维码路由
/packageQr/pages/qrsite/QrCode_xy

加油订单路由改成
/packageOrders/pages/orderList/orderList
This commit is contained in:
xk_guohonglei
2021-01-22 17:19:34 +08:00
parent f1210f1a44
commit d2949e657a
46 changed files with 346 additions and 355 deletions

View File

@@ -78,8 +78,8 @@
}
return {
title: 'picker-view',
years: [2020],
year: 2020,
years: [new Date().getFullYear()],
year: new Date().getFullYear(),
months: months,
dialogModal: '',
month: month,

View File

@@ -74,8 +74,8 @@
}
return {
title: 'picker-view',
years: [2020],
year: 2020,
years: [new Date().getFullYear()],
year: new Date().getFullYear(),
months: months,
dialogModal: '',
month: month,