user.js 211 Bytes
import http from '@/libs/fetch'

export const getMenu = () => {
    return http.request({
        url: '/user/sysLogin/getMenu',
        params: { applyPlatform: 0, applyCarrier: 0, productId:  100005 }
    })
}