luolei hace 4 años
padre
commit
a778d91975
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/config.js

+ 1 - 1
src/utils/config.js

@@ -13,6 +13,6 @@ module.exports={
     prefix:'',            //带权限验证的api
     pushPage:'http://192.168.2.241:5488/icssIndex.html',        //右侧推送页面的地址
     imageUrlPrefix,
-    pushPage2:'http://192.168.2.241:5654/cdss.html',        //右侧推送页面的地址
+    pushPage2:'http://192.168.2.121:5654/cdss.html',        //右侧推送页面的地址
     // pushPage2:'http://localhost:8080/cdss.html',        //右侧推送页面的地址
 };