字典存入缓存

This commit is contained in:
孙景学
2025-07-23 16:49:35 +08:00
parent 3ce3ab0036
commit 1bd423b66a
4 changed files with 19 additions and 5 deletions

View File

@ -45,6 +45,14 @@ export async function getUserinfo() {
method: 'GET'
});
}
/**
* 字典缓存接口
*/
export async function refreshDictCache() {
return request('/v1/dictProject/refreshDictCache', {
method: 'GET'
});
}
/**
* 退出