mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
chore: 完善切换租户组件
This commit is contained in:
@ -54,3 +54,11 @@ export function fetchChangeTenant(tenantId: CommonType.IdType) {
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
||||
/** 清空租户 */
|
||||
export function fetchClearTenant() {
|
||||
return request<boolean>({
|
||||
url: '/system/tenant/dynamic/clear',
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user