feat: app功能基本实现

This commit is contained in:
gin
2026-05-26 11:54:24 +08:00
parent 2757a4fb49
commit 2a702fa6a9
218 changed files with 6766 additions and 5961 deletions
+1
View File
@@ -84,6 +84,7 @@ class PureHttp {
const whiteList = [
"/refreshToken",
"/login",
"/register",
"/captchaImage",
"/getConfig"
];
+1 -1
View File
@@ -141,7 +141,7 @@ export const appendFieldByUniqueId = (
};
/**
* 根据返回数据的status字段值判断追加是否禁用disabled字段,返回处理后的树结构,用于上级部门级联选择器的展示
* 根据返回数据的status字段值判断追加是否禁用disabled字段,返回处理后的树结构
*(实际开发中也是如此,不可能前端需要的每个字段后端都会返回,这时需要前端自行根据后端返回的某些字段做逻辑处理)
* 这个是pure作者留下的例子, 也可以通过设置disabled 对应的字段来实现 比如disabled: 'status' (需要后端的字段为true/false)
* @param treeList