@@ -18,6 +18,7 @@ import 'element-plus/dist/index.css'
await initMainRouter() // 路由挂载前初始化路由表
const app = createApp(App)
app.config.errorHandler = (err, instance, info) => {
+ console.error(err)
const path = instance?.$options.__file
ElNotification({
duration: 0,
@@ -11,7 +11,6 @@
--cus-main-color-hex-2: #273A58;
--el-notification-width: min-content;
}
-
.__hover {
&:hover {
opacity: 0.75;