From bfdfeb40c7ba97511584a30477acf5ad801398ba Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期二, 11 三月 2025 11:26:34 +0800 Subject: [PATCH] 一些更改 --- src/views/sys/about/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sys/about/index.vue b/src/views/sys/about/index.vue index 1b2cf37..90b1567 100644 --- a/src/views/sys/about/index.vue +++ b/src/views/sys/about/index.vue @@ -17,9 +17,9 @@ <script lang="ts" setup> import { h } from 'vue'; import { Tag } from 'ant-design-vue'; - import { PageWrapper } from '/@/components/Page'; - import { Description, DescItem, useDescription } from '/@/components/Description/index'; - import { GITHUB_URL, SITE_URL, DOC_URL } from '/@/settings/siteSetting'; + import { PageWrapper } from '@/components/Page'; + import { Description, DescItem, useDescription } from '@/components/Description'; + import { GITHUB_URL, SITE_URL, DOC_URL } from '@/settings/siteSetting'; const { pkg, lastBuildTime } = __APP_INFO__; -- Gitblit v1.9.3