From a3a3c755ac4a914deb67dd215713ce44576aee22 Mon Sep 17 00:00:00 2001 From: Shawn <52622911@qq.com> Date: Thu, 10 Mar 2022 11:00:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/assets/common/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/assets/common/js/common.js b/src/main/webapp/assets/common/js/common.js index 1428982f..52fdc3ae 100644 --- a/src/main/webapp/assets/common/js/common.js +++ b/src/main/webapp/assets/common/js/common.js @@ -2,7 +2,7 @@ // 用common.js必须加上Feng.addCtx("${ctxPath}"); -/* 解析数据表格templet列 */ +/* 解析数据表格template列 */ Feng.parseData = function (res) { return { "code": res.code === "00000" ? "0" : res.code, //解析接口状态