From cea7d1c682ea46f8b39efa9e9eb581374a316d1f Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期五, 22 三月 2019 08:51:57 +0800
Subject: [PATCH] 尝试合并每个组件代码

---
 WebService/src/main/java/com/java110/web/components/NavComponent.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/components/NavComponent.java b/WebService/src/main/java/com/java110/web/components/NavComponent.java
index e21ca7d..44a86d1 100644
--- a/WebService/src/main/java/com/java110/web/components/NavComponent.java
+++ b/WebService/src/main/java/com/java110/web/components/NavComponent.java
@@ -2,6 +2,7 @@
 
 import com.alibaba.fastjson.JSONArray;
 import com.alibaba.fastjson.JSONObject;
+import com.java110.core.context.IPageData;
 import org.springframework.http.HttpStatus;
 import org.springframework.http.ResponseEntity;
 import org.springframework.stereotype.Component;
@@ -15,7 +16,7 @@
 public class NavComponent {
 
 
-    public ResponseEntity<String> getNavData(String param){
+    public ResponseEntity<String> getNavData(IPageData pd){
 
         String result = "{'welcomeText':'娆㈣繋璁块棶HC灏忓尯绠$悊绯荤粺锛屽鏂囷紒','noticeSize':10," +
                 "'moreNoticeUrl':'/moreNotice','notices':[" +

--
Gitblit v1.8.0