From 2069d53e9be24adec3c8d6717fd7317555bd9a52 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 02 七月 2024 23:02:51 +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