feat: ✨ 所有菜单页面状态改为可编辑开关
This commit is contained in:
9
web/src/views/interface/index.ts
Normal file
9
web/src/views/interface/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
*
|
||||
* 后端API接口响应数据
|
||||
*/
|
||||
interface APIResponseData {
|
||||
code?: number;
|
||||
data: [];
|
||||
msg?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user