解决接口权限
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 | ||||
|     } | ||||
|   }); | ||||
| } | ||||
|   | ||||
| @@ -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" | ||||
|   }); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user