zhangkaitao / es

JavaEE项目开发脚手架(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》)
https://github.com/zhangkaitao/es
Apache License 2.0
2.17k stars 1.59k forks source link

maintain.js 多处url需要修改 #44

Closed apei830 closed 11 years ago

apei830 commented 11 years ago

"${ctx}/admin/maintain/editor/select?" + checkbox.serialize()

改为

ctx+“/admin/maintain/editor/select?" + checkbox.serialize()