feat: 所有菜单页面状态改为可编辑开关

This commit is contained in:
H0nGzA1
2023-03-30 18:12:38 +08:00
parent 1ee709b9eb
commit 875146e588
7 changed files with 114 additions and 65 deletions

View File

@@ -0,0 +1,9 @@
/*
*
* 后端API接口响应数据
*/
interface APIResponseData {
code?: number;
data: [];
msg?: string;
}