解决接口权限

This commit is contained in:
huangdeliang
2021-02-26 20:45:30 +08:00
parent faa1df53e1
commit d803e13ca3
6 changed files with 29 additions and 10 deletions

View File

@ -29,3 +29,13 @@ export function getRecipesMenuInfoApi(id) {
}
});
}
export function getDicts(id) {
return request({
url: "/wap/dict/" + id,
method: "get",
headers: {
isToken: false
}
});
}