From 7d26ed0e19bf952e7c037b21bfd687759b46e851 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 25 六月 2024 19:21:33 +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