增加退出系统的确认提示。

This commit is contained in:
2023-03-24 23:30:45 +08:00
parent 50a8ef9b9d
commit 42eff6dad4
3 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,6 @@
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
import { type AxiosResponse } from "axios";
import { service as instance } from "./api/request.js";
import { API_URL } from "./api/config.js";