liuhj пре 1 година
родитељ
комит
e0c7de60a7
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/components/OP/CarTouristGuideGrounContent.vue

+ 0 - 1
src/components/OP/CarTouristGuideGrounContent.vue

@@ -179,7 +179,6 @@ export default {
             maxTime:1619323200000,//时间戳,对应时间为:'2021-04-25 12:00:00'
             startPickerOptions:{
                 disabledDate: (time) => {
-                    console.log(time)
                     //小于最小时间或者大于最大时间都不可选
                     return time.getTime() < this.minTime-24*3600000|| time.getTime() > this.maxTime;
                 }