zhangjie 2 năm trước cách đây
mục cha
commit
d2199ffe3d
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 0 1
      src/modules/question/components/QuestionImportEdit.vue
  2. 1 0
      vue.config.js

+ 0 - 1
src/modules/question/components/QuestionImportEdit.vue

@@ -226,7 +226,6 @@ export default {
       //   detailInfo: paperParseData,
       // });
       this.resetData(this.data);
-      console.log(this);
 
       this.$nextTick(() => {
         this.registScrollEvent();

+ 1 - 0
vue.config.js

@@ -32,6 +32,7 @@ module.exports = {
     ],
   },
   transpileDependencies: [/\bvue-awesome\b/],
+  productionSourceMap: false,
 };
 
 require("events").EventEmitter.defaultMaxListeners = 0;