From 86b8b4d13cf40d8712b9e765c5cae82f6a5a1f38 Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=8F=AD=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/homeimg/imgForm.vue | 2 +- src/views/Home/homepj/pjForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Home/homeimg/imgForm.vue b/src/views/Home/homeimg/imgForm.vue index 02c00f8..73e9fbc 100644 --- a/src/views/Home/homeimg/imgForm.vue +++ b/src/views/Home/homeimg/imgForm.vue @@ -94,7 +94,7 @@ import {DeptVO, getDept} from "@/api/system/dept"; import {getUserProfile} from "@/api/system/user/profile"; /** 新闻管理 表单 */ -defineOptions({ name: 'imgForm' }) +// defineOptions({ name: 'imgForm' }) const { t } = useI18n() // 国际化 const message = useMessage() // 消息弹窗 diff --git a/src/views/Home/homepj/pjForm.vue b/src/views/Home/homepj/pjForm.vue index 3886eed..cad100c 100644 --- a/src/views/Home/homepj/pjForm.vue +++ b/src/views/Home/homepj/pjForm.vue @@ -93,7 +93,7 @@ import { getIntDictOptions, DICT_TYPE } from '@/utils/dict' import { pjApi, pjVO } from '@/api/home/homepj' /** 主要用于首页的项目数据 表单 */ -defineOptions({ name: 'pjForm' }) +// defineOptions({ name: 'pjForm' }) const { t } = useI18n() // 国际化 const message = useMessage() // 消息弹窗