add 增加 同步租户参数配置功能

This commit is contained in:
疯狂的狮子Li
2025-09-26 11:57:33 +08:00
parent fbe9254114
commit c9cfefdc3e
2 changed files with 20 additions and 1 deletions
+8
View File
@@ -99,3 +99,11 @@ export function syncTenantDict() {
method: 'get'
});
}
// 同步租户字典
export function syncTenantConfig() {
return request({
url: '/system/tenant/syncTenantConfig',
method: 'get'
});
}