refactor: add virtual branch

This commit is contained in:
Net 2024-09-06 11:35:49 +07:00
parent fbd56e7cb0
commit a773fa272d
2 changed files with 15 additions and 2 deletions

View file

@ -264,6 +264,7 @@ const useBranchStore = defineStore('api-branch', () => {
const res = await api.get<{
hq: number;
br: number;
virtual: number;
}>('/branch/stats', {
headers: {
'X-Rtid': flowStore.rtid,