点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
我正在尝试将URL中的" smartedit"名称更改为" rapidedit"。
即https://localhost:9002/rapidedit
我经历了以下示例。
https://answers.sap.com/questions/12768987/view.html
我已完成以下步骤:
在local.properties中添加了属性
-smartedit.webroot =/rapidedit
-ant deploy <-> sh hybrisserver.sh
当我尝试打开https://localhost时: 9002/rapidedit
-该页面无法正确加载。 其显示的空白页
-在网络中,我发现呼叫" https://localhost:9002/smartedit/configuration"
[我不知道此URL的来源。 它应该是" https://localhost:9002/rapidedit/configuration"]
-我在项目中搜索了"/img/smartedit/configuration"。 我在某些* .ts文件中找到了一些参考。 我已经将Referene从"/img/smartedit/configuration"更改为"/img/rapidedit/configuration"
-仍然没有反射
-另外,我在控制台" LoadConfigManager.loadAsObject-loadAsArray无法加载未定义的配置"中遇到错误
大家好,
最后,我已通过以下步骤解决了问题:
在local.properties中添加属性
smartedit.webroot =/customedit
然后执行"蚂蚁部署"
现在将" smartedit"替换为" customedit"(或给您自定义 名称)在下面的文件中:文件名:resourceLocations.ts(您将在2个位置中找到此文件。更新两个文件中的值)。
要更新的值:
原始值:
.constant('SMARTEDIT_ROOT','smartedit')
.constant('SMARTEDIT_RESOURCE_URI_REGEXP',/^(.*)\/smartedit/)
.constant('CONFIGURATION_URI','//smartedit/configuration/: 键')
.constant('CONFIGURATION_COLLECTION_URI','/smartedit/configuration')
更新值:
.constant('SMARTEDIT_ROOT','customedit')
.constant(' SMARTEDIT_RESOURCE_URI_REGEXP',/^(。*)\/customedit/)
.constant('CONFIGURATION_URI','/customedit/configuration/:key')
.constant('CONFIGURATION_COLLECTION_URI','/customedit/configuration' )
还更新" smarteditcommons.js"(在不同位置有2个文件,此名称与此文件都更新)。
搜索 以上属性并进行相同的替换。
现在打开" https://localhost:9002/customedit"
一周热门 更多>