优化:基于 ESLint 和阿里编码规约插件对部分代码规范进行优化

This commit is contained in:
2023-02-10 20:45:15 +08:00
parent 5251a484f2
commit ebc7c2b3b0
29 changed files with 417 additions and 224 deletions

View File

@@ -10,4 +10,4 @@ export default function listDeptTree(params: DeptParam) {
return qs.stringify(obj);
},
});
}
}