|
@@ -17,7 +17,8 @@ const imageUrlPrefix = 'http://192.168.2.241:82';
|
|
|
function geturl(){
|
|
|
if(window.location.href.indexOf('localhost')>-1){
|
|
|
return {
|
|
|
- gourl:'http://localhost:8083/cdss.html',
|
|
|
+ // gourl:'http://localhost:8083/cdss.html',
|
|
|
+ gourl:'http://192.168.2.241:5654/cdss.html',
|
|
|
imgurl:host.replace('6060','22')
|
|
|
}
|
|
|
}else if(window.location.href.indexOf('192.168.2.236')>-1){
|