update:updateDynamicProperties

This commit is contained in:
huoyo 2024-10-06 23:58:15 +08:00
parent a9e0f8b6dc
commit a784a7834f

View File

@ -514,7 +514,7 @@
let propertiesDom = document.querySelector("#dynamicText");
let propertiesText = propertiesDom.value;
if (propertiesText && propertiesText.indexOf("=") > 0) {
put(concatToken('contextPath/koTime/dynamicProperties'),{text: propertiesText},function (re) {
put(concatToken('contextPath/koTime/dynamicProperties'),{text: propertiesText.trim()},function (re) {
noticeSuccess('{{tab.configuration.dynamic-config.change-ok-tip}}')
},function (re) {
noticeError('{{tab.configuration.dynamic-config.change-fail-tip}}')