2020-09-02 00:58发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)嗨, 我想自定义webroot... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
我想自定义webroot的smartedit,例如/custom/smartedit。
我尝试了smartedit.webroot =/custom/smartedit和其他一些变体,但这没有用。
我该怎么办?
BR戈兰
在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"
最多设置5个标签!
嗨,
在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"
一周热门 更多>