@@ -10,6 +10,7 @@ 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);