import http from '@/http/api.js' export const getInvList = () => { return http.request({ url: '/inventory/inventory/inv-list', method: 'get', }) }