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