|
@@ -44,8 +44,8 @@ function geturl(){
|
|
|
}else{
|
|
|
return {
|
|
|
// gourl:'http://192.168.2.122:5654/cdss.html',
|
|
|
- gourl:'http://172.20.73.234:5654/cdss.html',
|
|
|
- imgurl:'http://172.20.73.234:12282'
|
|
|
+ gourl:'http://10.68.16.146:5654/cdss.html',
|
|
|
+ imgurl:'http://10.68.16.146:12282'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -53,7 +53,7 @@ let urlSelect = geturl()
|
|
|
module.exports={
|
|
|
host,
|
|
|
prefix:'', //带权限验证的api
|
|
|
- pushPage:'http://172.20.73.234:5654/icssIndex.html', //右侧推送页面的地址
|
|
|
+ pushPage:'http://10.68.16.146:5654/icssIndex.html', //右侧推送页面的地址
|
|
|
imageUrlPrefix:urlSelect.imgurl,
|
|
|
pushPage2:urlSelect.gourl, //右侧推送页面的地址
|
|
|
// pushPage2:'http://localhost:8080/cdss.html', //右侧推送页面的地址
|