UNPKG

antd-custom-tpl

Version:
11 lines (10 loc) 241 B
import axios from 'axios' export async function getUserPermList(payload) { return axios.post(`${AUTH_SERVICE}/api/token/check`, { ...payload }).then(resp => { return Promise.resolve(resp) }).catch(e => { return null }) }