feat: 修改sse调用

This commit is contained in:
rd
2025-08-25 11:49:58 +08:00
parent db9b53821b
commit 13670acc9a
6 changed files with 189 additions and 117 deletions

View File

@ -4,7 +4,7 @@ import { useUserStore } from '@/stores/modules/user';
import { glsWithCatch, slsWithCatch, rlsWithCatch } from '@/utils/stroage';
interface EnterpriseInfo {
id: number;
id: number | string;
name: string;
update_name_quota: number;
used_update_name_count: number;