chore: 修改文件夹路径
This commit is contained in:
5
apps/web-antd/src/components/tenant-toggle/index.ts
Normal file
5
apps/web-antd/src/components/tenant-toggle/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withInstall } from '#/utils';
|
||||
|
||||
import tenantToggle from './src/index.vue';
|
||||
|
||||
export const TenantToggle = withInstall(tenantToggle);
|
@@ -17,7 +17,7 @@ import { openWindow } from '@vben/utils';
|
||||
|
||||
import { message } from 'ant-design-vue';
|
||||
|
||||
import TenantToggle from '#/components/TenantToggle/index.vue';
|
||||
import { TenantToggle } from '#/components/tenant-toggle';
|
||||
import { $t } from '#/locales';
|
||||
import { resetRoutes } from '#/router';
|
||||
import { useAuthStore, useNotifyStore } from '#/store';
|
||||
|
@@ -13,7 +13,7 @@ import {
|
||||
Space,
|
||||
} from 'ant-design-vue';
|
||||
|
||||
import { DictTag } from '#/components/Dict';
|
||||
import { DictTag } from '#/components/dict';
|
||||
import { getDict, getDictOptions } from '#/utils/dict';
|
||||
|
||||
import DrawerDemo from './drawer.vue';
|
||||
|
@@ -3,7 +3,7 @@ import { ref } from 'vue';
|
||||
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Tinymce } from '#/components/Tinymce';
|
||||
import { Tinymce } from '#/components/tinymce';
|
||||
|
||||
const readonly = ref(false);
|
||||
const content = ref('');
|
||||
|
Reference in New Issue
Block a user