feat:授权成功后暂时不关闭弹窗
This commit is contained in:
@@ -16,7 +16,7 @@ watch(
|
||||
(val) => {
|
||||
if (val) {
|
||||
message.value = "授权成功";
|
||||
window.close();
|
||||
// window.close();
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
|
||||
Reference in New Issue
Block a user