src/api/system/tenant/index.ts @@ -91,3 +91,11 @@ params: data }); } // 同步租户字典 export function syncTenantDict() { return request({ url: '/system/tenant/syncTenantDict', method: 'get', }); }