Commit c47e213b by niewei

button 按钮控制

parent 2f115eaa
import Api from "~/service/Api"
// 获取当前页面带有权限控制的按钮列表
function hiddenBtnList(){
return Api.post("/poinButton/getHiddenVueByUrl");
function hiddenBtnList () {
// return Api.post("/admin/butn/getHiddenVueByUrl");
// return Api.post("/poinButton/getHiddenVueByUrl");
return Promise.resolve([]);
}
export default{
hiddenBtnList
export default {
hiddenBtnList
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment