router-icons.ts 216 B

1234567
  1. import { renderIcon } from '@/utils/index';
  2. import { DashboardOutlined } from '@vicons/antd';
  3. //前端路由图标映射表
  4. export const constantRouterIcon = {
  5. DashboardOutlined: renderIcon(DashboardOutlined),
  6. };