我四处寻找,但没有找到任何东西..
{
"_version": "1.1.0",
"sap.app": {
"_version": "1.1.0",
"id": "xxx",
"...": "..."
},
"sap.ui": {
"_version": "1.1.0",
"...": "..."
},
"sap.ui5": {
"_version": "1.1.0",
"models": {
"": {
"type": "sap.ui.model.odata.v2.ODataModel",
"settings": {
"...": "..."
},
"dataSource": "xxx",
"preload": true
}
},
"...": "..."
},
"...": "...",
"sap.platform.hcp": {
"uri": "webapp",
"_version": "1.1.0"
}
}
那是我的清单。"preload": true
我总是在 Web IDE 中收到错误消息:
不允许属性预加载。
我在一些网站上读到这是因为我的版本可能太旧了?而且我真的不知道如何更改版本。
有没有办法更新版本?这是一个云应用程序,它保留在云上。