|
@@ -1,10 +1,12 @@
|
|
|
|
|
|
const { func } = require("prop-types");
|
|
|
|
|
|
+// const host='http://173.18.12.192:6060';//后端接口访问地址
|
|
|
+const host='http://192.168.65.95:6060'; //沙雅后端接口访问地址
|
|
|
|
|
|
-const host='http://'+window.location.hostname+':5050';//后端接口访问地址
|
|
|
+// const host='http://'+window.location.hostname+':5050';//后端接口访问地址
|
|
|
|
|
|
-const imageUrlPrefix = 'http://173.18.12.191:82';
|
|
|
+const imageUrlPrefix = 'http://192.168.65.96:82';
|
|
|
function geturl(){
|
|
|
return {
|
|
|
gourl:'http://'+window.location.hostname+':5654/cdss.html',
|
|
@@ -15,7 +17,7 @@ let urlSelect = geturl()
|
|
|
module.exports={
|
|
|
host,
|
|
|
prefix:'', //带权限验证的api
|
|
|
- pushPage:'http://192.168.2.241:5488/icssIndex.html', //右侧推送页面的地址
|
|
|
+ pushPage:'http://192.168.65.96:5488/icssIndex.html', //右侧推送页面的地址
|
|
|
imageUrlPrefix:urlSelect.imgurl,
|
|
|
pushPage2:urlSelect.gourl, //右侧推送页面的地址
|
|
|
// pushPage2:'http://localhost:8080/cdss.html', //右侧推送页面的地址
|