App to App在WebIDE Component.js 404中不起作用

2020-09-15 23:05发布

点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)我为component.js得到...

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我为component.js得到404。 我已经比较了hc_orion路径,并且看起来都一样。 我已经附加了目的地,项目名称,neo app.json和fiorisandboxconfig.json文件


 {
     "应用程序":{
         "材料展示":{
             " additionalInformation":" SAPUI5.Component = test.Material",
             " applicationType":" URL",
             " url":"/img/orion/file/p1941080225trial $ P1941080225-OrionContent/Material",
             "描述":" App1"
         },
         " App2-display":{
             " additionalInformation":" SAPUI5.Component = test.App2",
             " applicationType":" URL",
             " url":"/img/orion/file/p1941080225trial $ P1941080225-OrionContent/App2",
             "描述":" App2"
         }
     }
 }


 {
   "路线":[
       {
       " path":"目的地/No风",
       "目标":{
         " type":"目的地",
         " name":" Nothwind"
       },
       " description":" Nothwind"
     },{
         " path":"/img/orion",
         "目标":{
             " type":"服务",
             "名称":"猎户座"
         },
         " description":"猎户座服务"
       },{
         " path":"/资源",
         "目标":{
             " type":"服务",
             " name":" sapui5",
             " entryPath":"/资源"
         },
         " description":" SAPUI5资源"
       },{
         " path":"/img/test-resources",
         "目标":{
             " type":"服务",
             " name":" sapui5",
             " entryPath":"/img/test-resources"
         },
         " description":" SAPUI5测试资源"
       }
   ]
 }
 

(26.3 kB)