解决接口权限
This commit is contained in:
@ -29,3 +29,13 @@ export function getRecipesMenuInfoApi(id) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function getDicts(id) {
|
||||
return request({
|
||||
url: "/wap/dict/" + id,
|
||||
method: "get",
|
||||
headers: {
|
||||
isToken: false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user