chore: 导入类型优化 解决eslint报红
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
* 用于超级管理员切换租户
|
||||
|
Reference in New Issue
Block a user