Commit f4d35c08 authored by 张伯涛's avatar 张伯涛

ar修改

parent fb02f714
......@@ -156,6 +156,7 @@ export default {
ElMessage.error({
message: '连接失败! 可尝试关闭窗口重新进入!'
});
setTimeout(()=>window.close(),3000);
});
// 登录失败
window.addEventListener("ar_login_failure", event => {
......@@ -165,6 +166,7 @@ export default {
ElMessage.error({
message: '连接失败! 可尝试关闭窗口重新进入!'
});
setTimeout(()=>window.close(),3000);
});
// 启动
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment