html 监听错误和重定向 console

This commit is contained in:
fofolee
2022-04-29 16:44:10 +08:00
parent 3e3248162f
commit de01de24bb
3 changed files with 29 additions and 17 deletions

View File

@@ -92,6 +92,15 @@ export default {
message: message,
timeout: time,
position: "top",
actions:
time === 0
? [
{
label: "确定",
color: "white",
},
]
: [],
});
},