!83 fix:修复common.js中的英文错别字

Merge pull request !83 from Shawn/master
pull/1/head
stylefeng 2022-03-10 03:10:25 +00:00 committed by Gitee
commit bf70d8b1a1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// 用common.js必须加上Feng.addCtx("${ctxPath}");
/* 解析数据表格templet列 */
/* 解析数据表格template列 */
Feng.parseData = function (res) {
return {
"code": res.code === "00000" ? "0" : res.code, //解析接口状态