mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
9 lines
128 B
JavaScript
Vendored
9 lines
128 B
JavaScript
Vendored
import http from '@/util/http.js'
|
|
|
|
export function getMenu () {
|
|
return http({
|
|
url: '/api/menus',
|
|
method: 'get'
|
|
})
|
|
}
|