This commit is contained in:
DEV_DSW
2025-12-09 17:03:30 +08:00
35 changed files with 1429 additions and 1218 deletions

View File

@@ -105,7 +105,7 @@ const onSubmit = async () => {
// const token = res && (res.token || res.data?.token || res.access_token);
// if (!token) throw new Error("登录失败");
// localStorage.setItem("token", token);
// await (window as any).ipcAPI.app.setFrameless('/home')
// await (window as any).api.app.setFrameless('/home')
router.push('/home');
} finally {
// loading.value = false;