Skip to content

Commit 876a061

Browse files
committed
fix(menus): 暂时屏蔽initErrorHandler
1 parent 4c282b0 commit 876a061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ import auth from '@/directive/auth'
1515
import clickOutSide from '@/directive/clickOutSide'
1616
import { store } from '@/pinia'
1717
import App from './App.vue'
18-
import { initErrorHandler } from '@/core/error-handel'
18+
// import { initErrorHandler } from '@/core/error-handel'
1919

2020

2121
const app = createApp(App)
2222

2323
// 注入错误处理捕获
24-
initErrorHandler(app)
24+
// initErrorHandler(app)
2525
app.config.productionTip = false
2626

2727
app

0 commit comments

Comments
 (0)