mirror of https://gitee.com/stylefeng/guns
fix:修复拼写错别字
parent
16e61c39b5
commit
a3a3c755ac
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// 用common.js必须加上Feng.addCtx("${ctxPath}");
|
// 用common.js必须加上Feng.addCtx("${ctxPath}");
|
||||||
|
|
||||||
/* 解析数据表格templet列 */
|
/* 解析数据表格template列 */
|
||||||
Feng.parseData = function (res) {
|
Feng.parseData = function (res) {
|
||||||
return {
|
return {
|
||||||
"code": res.code === "00000" ? "0" : res.code, //解析接口状态
|
"code": res.code === "00000" ? "0" : res.code, //解析接口状态
|
||||||
|
|
Loading…
Reference in New Issue