From e7487a47590ee64d4091269e8cff58e97f84f9a5 Mon Sep 17 00:00:00 2001 From: xingyu Date: Mon, 6 Nov 2023 14:35:56 +0800 Subject: [PATCH] fix: alias --- src/components/FormDesign/src/utils/index.ts | 2 +- src/components/Table/src/components/HeaderCell.vue | 2 +- src/layouts/default/sider/MixSider.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FormDesign/src/utils/index.ts b/src/components/FormDesign/src/utils/index.ts index eebb82e..54a8904 100644 --- a/src/components/FormDesign/src/utils/index.ts +++ b/src/components/FormDesign/src/utils/index.ts @@ -3,7 +3,7 @@ import { cloneDeep, isArray, isFunction, isNumber, uniqueId } from 'lodash-es' import type { IFormConfig, IVFormComponent, IValidationRule } from '../typings/v-form-component' // import { del } from '@vue/composition-api'; -// import { withInstall } from '/@/utils'; +// import { withInstall } from '@/utils'; /** * 组件install方法 diff --git a/src/components/Table/src/components/HeaderCell.vue b/src/components/Table/src/components/HeaderCell.vue index 9097f9b..ccfa20a 100644 --- a/src/components/Table/src/components/HeaderCell.vue +++ b/src/components/Table/src/components/HeaderCell.vue @@ -3,8 +3,8 @@ import type { PropType } from 'vue' import { computed, defineComponent } from 'vue' import type { ColumnType } from 'ant-design-vue/lib/table/interface' import type { BasicColumn } from '../types/table' -import BasicHelp from '/@/components/Basic/src/BasicHelp.vue' import EditTableHeaderCell from './EditTableHeaderIcon.vue' +import BasicHelp from '@/components/Basic/src/BasicHelp.vue' import { useDesign } from '@/hooks/web/useDesign' export default defineComponent({ diff --git a/src/layouts/default/sider/MixSider.vue b/src/layouts/default/sider/MixSider.vue index 18ca46b..7952ead 100644 --- a/src/layouts/default/sider/MixSider.vue +++ b/src/layouts/default/sider/MixSider.vue @@ -22,7 +22,7 @@ import { getChildrenMenus, getCurrentParentPath, getShallowMenus } from '@/route import { listenerRouteChange } from '@/logics/mitt/routeChange' import { createAsyncComponent } from '@/utils/factory/createAsyncComponent' -const SimpleMenuTag = createAsyncComponent(() => import('/@/components/SimpleMenu/src/SimpleMenuTag.vue')) +const SimpleMenuTag = createAsyncComponent(() => import('@/components/SimpleMenu/src/SimpleMenuTag.vue')) const wrap = ref(null) const menuModules = ref([])