Vanessa 2023-04-19 11:27:32 +08:00
parent 7c653d3689
commit a18e3a585c
9 changed files with 44 additions and 46 deletions

View file

@ -1,7 +1,7 @@
import {exportLayout, getInstanceById} from "../layout/util";
import {Tab} from "../layout/Tab";
import {fetchPost} from "../util/fetch";
import {redirectToCheckAuth} from "../util/functions";
import {redirectToCheckAuth} from "../util/pathName";
const closeTab = (ipcData: IWebSocketData) => {
const tab = getInstanceById(ipcData.data);