解决接口权限

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

@ -21,10 +21,7 @@ export function getData(dictCode) {
export function getDicts(dictType) {
return request({
url: "/system/dict/data/type/" + dictType,
method: "get",
headers: {
isToken: false
}
method: "get"
});
}