Commit 4e9ed92f2057793820dd6232b6ff49e7209f45fe

Authored by 徐近程
1 parent ba95dadb

update

src/main/resources/templates/common/head.html
... ... @@ -160,7 +160,7 @@
160 160 type:'get',
161 161 dataType:'json',
162 162 data:'',
163   - url: "/topic/topicNotice",
  163 + url: "/liveApply/liveApplyNotice",
164 164 success:function(data){
165 165 if(data!=null && data!="" ){
166 166 new xWin(data.id,data.title,data.content,data.url);
... ... @@ -174,7 +174,7 @@
174 174 type:'get',
175 175 dataType:'json',
176 176 data:'',
177   - url: "/liveApply/liveApplyNotice",
  177 + url: "/topic/topicNotice",
178 178 success:function(data){
179 179 if(data!=null && data!="" ){
180 180 new xWin(data.id,data.title,data.content,data.url);
... ...