refactor: mp export

This commit is contained in:
xingyu4j
2025-11-07 17:58:24 +08:00
parent 51169116ae
commit 31a8d38174
37 changed files with 54 additions and 59 deletions

View File

@@ -11,7 +11,7 @@ import { Button, Form, message } from 'ant-design-vue';
import * as MpMenuApi from '#/api/mp/menu';
import { MenuEditor, MenuPreviewer } from '#/views/mp/menu/components';
import { Level, MENU_NOT_SELECTED } from '#/views/mp/menu/data';
import WxAccountSelect from '#/views/mp/modules/wx-account-select/main.vue';
import { WxAccountSelect } from '#/views/mp/modules/wx-account-select';
defineOptions({ name: 'MpMenu' });