panhui 3 lat temu
rodzic
commit
cf06834036
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/views/asset/Detail.vue

+ 0 - 1
src/views/asset/Detail.vue

@@ -925,7 +925,6 @@ export default {
                         });
                     } else if (_this.info.source === 'GIFT') {
                         return _this.$http.get('/sysConfig/get/gift_change_time,git_pre_days').then(res => {
-                            console.log('63562');
                             if (res.gift_change_time) {
                                 if (this.dayjs().isSameOrBefore(this.dayjs(res.gift_change_time.value))) {
                                     let _days = res.git_pre_days.value.split(',');