chore: 导入类型优化 解决eslint报红

This commit is contained in:
dap
2025-01-10 14:12:42 +08:00
parent 9f6bee86f0
commit 0440ac84fd
22 changed files with 75 additions and 55 deletions

View File

@@ -1,11 +1,10 @@
import type { TenantOption } from '#/api/core/auth';
import { ref } from 'vue';
import { defineStore } from 'pinia';
import {
tenantList as tenantListApi,
type TenantOption,
} from '#/api/core/auth';
import { tenantList as tenantListApi } from '#/api/core/auth';
/**
* 用于超级管理员切换租户