From 089ee1c06afa3d18c8313bea961594dad2b66e98 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.30>
Date: 星期六, 17 十一月 2018 10:52:57 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/index.jsp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index 99b08f6..ceae720 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -2695,7 +2695,7 @@
var rs = JSON.parse(result.result);
if(rs.code == 1) {
var data = rs.data;
- console.log(data);
+ //console.log(data);
var rsData = formatHomeInfo(data);
$('#homeInfoIframeData').data('data', rsData);
// 鏄剧ず闈㈡澘
--
Gitblit v1.9.1