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