style:受理信息
Showing
7 changed files
with
59 additions
and
25 deletions
src/api/user.js
0 → 100644
-
Please register or sign in to post a comment
import request from '@/utils/request' | ||
export function getMenuInfo () { | ||
return request({ | ||
url: '/getWebMenuRole', | ||
method: 'get', | ||
}) | ||
} | ||
\ No newline at end of file |