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() // 消息弹窗