wuxw7
2019-03-22 cea7d1c682ea46f8b39efa9e9eb581374a316d1f
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':[" +