user.js 211 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 import http from '@/libs/fetch' export const getMenu = () => { return http.request({ url: '/user/sysLogin/getMenu', params: { applyPlatform: 0, applyCarrier: 0, productId: 100005 } }) }