ButtonControlService.js 206 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10
import Api from "~/service/Api"

// 获取当前页面带有权限控制的按钮列表
function hiddenBtnList(){
    return Api.post("/poinButton/getHiddenVueByUrl");
}

export default{
    hiddenBtnList
}