natasha 1 year ago
parent
commit
a9a32e35fd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/App.vue

+ 0 - 1
src/App.vue

@@ -10,7 +10,6 @@ import { getConfig } from '@/utils/auth';
 export default {
   name: 'App',
   created() {
-    console.log(1);
     // 捕获未处理的错误
     window.onerror = (msg, url, lineNo, columnNo, error) => {
       console.error('onerror', msg, url, lineNo, columnNo, error);