chore: 修改文件夹路径

This commit is contained in:
dap
2024-09-05 08:07:34 +08:00
parent 20e15e9fea
commit e86313b65c
7 changed files with 21 additions and 92 deletions

View File

@@ -0,0 +1,5 @@
import { withInstall } from '#/utils';
import tenantToggle from './src/index.vue';
export const TenantToggle = withInstall(tenantToggle);

View File

@@ -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';

View File

@@ -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';

View File

@@ -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('');