张延森 3 years ago
parent
commit
0418a5c14a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main.js

+ 1
- 0
src/main.js View File

@@ -30,6 +30,7 @@ Login().then(e => {
30 30
     render: h => h(App),
31 31
   }).$mount('#app')
32 32
 }).catch(e => {
33
+  console.error(e)
33 34
   alert('系统错误, 请刷新重试')
34 35
 })
35 36