fix: 🐛 补充字典列表接口和mock

This commit is contained in:
Ray.Hao
2025-03-24 10:39:39 +08:00
parent c82ef63c62
commit 822ed91e2b
2 changed files with 26 additions and 0 deletions

View File

@@ -21,6 +21,11 @@ const DictAPI = {
});
},
/**
* 字典列表
*
* @returns 字典列表
*/
getList() {
return request<any, OptionType[]>({
url: `${DICT_BASE_URL}`,