Authored by dongjunjie

去除console.log

... ... @@ -108,7 +108,6 @@
this.mo="month"
},
isnot(day,index){
console.log(this.state);
if(this.state=="week"){
return ! day.day || day.day === 32||index!==0;
}
... ...
... ... @@ -33,7 +33,6 @@ $('#sidebar .nav .has-sub>a').click(function() {
});
$("#sidebar .nav .sub-menu a").each(function() {
console.log('1');
var attr = $(this).attr('href');
if (!isMenuShow && attr == window.location.pathname + window.location.search) {
$(this).parents(".sub-menu").show();
... ...