|
@@ -7,7 +7,7 @@ const { func } = require("prop-types");
|
|
|
|
|
|
|
|
|
|
|
|
-const host='http://192.168.2.241:6060';//后端接口访问地址
|
|
|
+const host='http://192.168.2.236:6060';//后端接口访问地址
|
|
|
// const host='http://192.168.2.241:5050';//后端接口访问地址
|
|
|
// const host='http://192.168.3.11:5050';//王宇
|
|
|
//const host='http://192.168.2.164:8080';
|
|
@@ -17,8 +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://192.168.2.241:5654/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){
|