swagger ui Uncaught TypeError: detectedType.toLowerCase is not a function

swagger 의 github 에서 swagger 의 ui 패 키 지 를 다운로드 하여 서버 에 배치 합 니 다.장차http://petstore.swagger.wordnik.com/v2/swagger.json프로젝트 의 api - docs 로 바 뀐 후 브 라 우 저 콘 솔 에서 오류 가 발생 했 습 니 다: Uncaught TypeError: detected Type. toLowerCase is not a function.
 
해결: swagger - ui. js 의 3638 줄 수정,
// detectedType   detectedType.toString()
var lcType = detectedType.toString().toLowerCase();

 
주: swagger 의 github 주소:https://github.com/swagger-api/swagger-ui
수 정 된 swagger - ui. js 는 첨부 파일 을 보십시오.

좋은 웹페이지 즐겨찾기