Commit 4e9ed92f2057793820dd6232b6ff49e7209f45fe
1 parent
ba95dadb
update
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/common/head.html
| @@ -160,7 +160,7 @@ | @@ -160,7 +160,7 @@ | ||
| 160 | type:'get', | 160 | type:'get', |
| 161 | dataType:'json', | 161 | dataType:'json', |
| 162 | data:'', | 162 | data:'', |
| 163 | - url: "/topic/topicNotice", | 163 | + url: "/liveApply/liveApplyNotice", |
| 164 | success:function(data){ | 164 | success:function(data){ |
| 165 | if(data!=null && data!="" ){ | 165 | if(data!=null && data!="" ){ |
| 166 | new xWin(data.id,data.title,data.content,data.url); | 166 | new xWin(data.id,data.title,data.content,data.url); |
| @@ -174,7 +174,7 @@ | @@ -174,7 +174,7 @@ | ||
| 174 | type:'get', | 174 | type:'get', |
| 175 | dataType:'json', | 175 | dataType:'json', |
| 176 | data:'', | 176 | data:'', |
| 177 | - url: "/liveApply/liveApplyNotice", | 177 | + url: "/topic/topicNotice", |
| 178 | success:function(data){ | 178 | success:function(data){ |
| 179 | if(data!=null && data!="" ){ | 179 | if(data!=null && data!="" ){ |
| 180 | new xWin(data.id,data.title,data.content,data.url); | 180 | new xWin(data.id,data.title,data.content,data.url); |