mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
Merge branch 'zcwy_0712_bug' into dev_master
This commit is contained in:
@@ -1635,7 +1635,7 @@ export default {
|
||||
var day = dayjs(new Date()).date();
|
||||
console.log("initTime year:",year,"month:",month,"day:",day);
|
||||
var year1 = year;
|
||||
var month1 = parseInt(month) - 5;
|
||||
var month1 = parseInt(month) - 1;
|
||||
if(month1<=0){
|
||||
year1 = parseInt(year1) - 1;
|
||||
month1 = 12 - (Math.abs(month1)%12);
|
||||
|
||||
Reference in New Issue
Block a user