Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcdj-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcdj-web
  • src
  • api
  • user.js
  • 任超's avatar
    style:受理信息 · e7cc0c80
    e7cc0c80 Browse Files
    任超 committed 2 years ago
user.js 144 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
import request from '@/utils/request'

export function getMenuInfo () {
  return request({
    url: '/getWebMenuRole',
    method: 'get',
  })
}