From f96d4ed77603ca1f908dcdc4a51bd2ce2178d10c Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 19 六月 2024 10:10:58 +0800 Subject: [PATCH] 登录logo,其他 --- src/components/Authority/src/Authority.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Authority/src/Authority.vue b/src/components/Authority/src/Authority.vue index 0d35938..2cfe657 100644 --- a/src/components/Authority/src/Authority.vue +++ b/src/components/Authority/src/Authority.vue @@ -4,9 +4,9 @@ <script lang="ts"> import type { PropType } from 'vue'; import { defineComponent } from 'vue'; - import { RoleEnum } from '/@/enums/roleEnum'; - import { usePermission } from '/@/hooks/web/usePermission'; - import { getSlot } from '/@/utils/helper/tsxHelper'; + import { RoleEnum } from '@/enums/roleEnum'; + import { usePermission } from '@/hooks/web/usePermission'; + import { getSlot } from '@/utils/helper/tsxHelper'; export default defineComponent({ name: 'Authority', -- Gitblit v1.9.3