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