mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
html 监听错误和重定向 console
This commit is contained in:
@@ -92,6 +92,15 @@ export default {
|
||||
message: message,
|
||||
timeout: time,
|
||||
position: "top",
|
||||
actions:
|
||||
time === 0
|
||||
? [
|
||||
{
|
||||
label: "确定",
|
||||
color: "white",
|
||||
},
|
||||
]
|
||||
: [],
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user