feat: import form components

This commit is contained in:
xingyu4j
2025-11-13 14:12:48 +08:00
parent edba53272d
commit b9073ff4bd
10 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts" setup>
import type { Reply } from '#/views/mp/modules/wx-reply';
import type { Reply } from '#/views/mp/components/wx-reply';
import { computed, ref } from 'vue';
@@ -9,7 +9,7 @@ import { message } from 'ant-design-vue';
import { createAutoReply, updateAutoReply } from '#/api/mp/autoReply';
import { $t } from '#/locales';
import { ReplyType } from '#/views/mp/modules/wx-reply/types';
import { ReplyType } from '#/views/mp/components/wx-reply/types';
import ReplyForm from '../components/ReplyForm.vue';
import { MsgType } from '../components/types';