修改表格显示字段.

This commit is contained in:
lijiahang
2024-08-21 12:56:07 +08:00
parent 059fb30aa4
commit aa9b96a9c1
6 changed files with 51 additions and 14 deletions

View File

@@ -93,5 +93,5 @@ export function deleteMenu(id: number) {
* 刷新缓存
*/
export function refreshCache() {
return axios.put('/infra/permission/refresh-cache');
return axios.put('/infra/user-permission/refresh-cache');
}