import http from '@/util/http.js' export function getMenu () { return http({ url: '/api/menus', method: 'get' }) }