내 json 모델 URL은 '/destinations/XXX/Collection?time=' + (+new Date)
입니다. Component.js를 최소로 구성하는 방법을 모르므로 sap.app.dataSources 및 sap.ui.models를 삭제합니다. ""(defalut model?), flp 앱에서 다음과 같은 오류가 발생했습니다.기본 모델없이 FLP를 사용할 수 있습니까?
Failed to load U5 component for navigation intent
TypeError: Cannot read property 'metadataLoaded' of undefined sap.ushell.renderers.fiori2.Shell.controller
어떻게해야합니까?
덕분에, 그래, 나는 SAP의 HCP에 webIDE에 핵 물질입니다. manifest.json에서 odata 모델을 json 모델로 변경했습니다. – Tina