Commit 3c2a74eb by gongyang

提交代码

parent b7a307d3
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ layui.use(['layer'], function(){ ...@@ -15,7 +15,7 @@ layui.use(['layer'], function(){
//测试的是liexindev.net 正式的是ichunt.net //测试的是liexindev.net 正式的是ichunt.net
if (host.indexOf('ichunt.net') != -1) { if (host.indexOf('ichunt.net') != -1) {
requestUrl = 'http://message.ichunt.net/notice/getNotice' requestUrl = 'https://message.ichunt.net/notice/getNotice'
}else{ }else{
requestUrl = 'http://message.liexin.net/notice/getNotice' requestUrl = 'http://message.liexin.net/notice/getNotice'
} }
......
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