字典存入缓存
This commit is contained in:
@ -45,6 +45,14 @@ export async function getUserinfo() {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
||||
/**
|
||||
* 字典缓存接口
|
||||
*/
|
||||
export async function refreshDictCache() {
|
||||
return request('/v1/dictProject/refreshDictCache', {
|
||||
method: 'GET'
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 退出
|
||||
|
Reference in New Issue
Block a user