index.ts 127 B

1234
  1. import { menuClick } from '@/utils';
  2. /** 首页 更多 个人中心 菜单点击 */
  3. export const useMenuClick = menuClick;