Commit fc32f494 by 展昭

update

parent 22ef59d8
Showing with 1 additions and 1 deletions
......@@ -101,7 +101,7 @@ export default {
console.log('benginDate=',benginDate);
if (benginDate && benginDate != "undefined") {
if(benginDate>'2020-05-01'){
if(benginDate>'2020-04-30'){
this.title = dayjs(benginDate).format("M") + "月" + this.title;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment