提交 21621b16 编写于 作者: G gongfuxiang

可视化页面url地址优化、更适应SEO

上级 17ba97fc
......@@ -2255,7 +2255,7 @@ function ModuleConfigImagesTextItemContentHtml (data) {
<input type="hidden" name="content_to_name_`+ index + `" value="` + (data.name || '') + `" />
<input type="hidden" name="content_to_value_`+ index + `" value="` + ((data.value || null) == null ? '' : encodeURIComponent(JSON.stringify(data.value))) + `" />
<div class="form-view-choice-container-content">
`+ ModuleConfigImagesToContentHtml(name) + `
`+ ModuleConfigImagesToContentHtml(data.name) + `
</div>
</div>
</div>`;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册