Commit c4a76a30 by 肖康

notice

parent 1915ad1c
Showing with 9 additions and 1 deletions
......@@ -31,8 +31,16 @@ layui.use([], function () {
pageS.getList()
},
getList: function () {
var domains_='http://message.liexin.net'
if(window.location.origin.indexOf("liexindev.")!=-1){
domains_='http://message.liexindev.net'
}
if(window.location.origin.indexOf("ichunt.")!=-1){
domains_='http://message.ichunt.net'
}
$.ajax({
url: 'http://message.liexindev.net' + '/sync/businessNoticeList',
url: domains_ + '/sync/businessNoticeList',
type: 'get',
data: {
limit: 20,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment