dev-tmp1
tangjie 2026-08-18 14:27:50 +08:00
parent 3e4f557ad0
commit 5840e54662
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
import { tools } from "@cqsjjb/jjb-common-lib";
export function backToBase() {
if(!tools.inIframe()){
if(window.opener){
window.close();
}
setTimeout(() => {