feat: 项目结构优化

This commit is contained in:
DEV_DSW
2025-12-09 17:02:56 +08:00
parent 06ad5ac4b0
commit b842f946a5
13 changed files with 168 additions and 146 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;