feat: 新增api代码生成模板

This commit is contained in:
xlsea
2024-09-07 18:53:30 +08:00
parent c0ad0e4e4f
commit 7dec936b94
15 changed files with 178 additions and 15 deletions

View File

@ -2,7 +2,7 @@
import { ref, useAttrs } from 'vue';
import { useLoading } from '@sa/hooks';
import type { TreeOption, TreeSelectProps } from 'naive-ui';
import { fetchGetMenuList } from '@/service/api';
import { fetchGetMenuList } from '@/service/api/system';
import SvgIcon from '@/components/custom/svg-icon.vue';
import { handleMenuTree } from '@/utils/ruoyi';