zhouna hace 3 años
padre
commit
5166fc0a7c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/utils/config.js

+ 2 - 2
src/utils/config.js

@@ -38,13 +38,13 @@ function geturl(){
         }
     }else if(window.location.href.indexOf('192.168.2.122')>-1){
         return {
-            gourl:'http://192.168.2.122:5654/cdss.html',
+            gourl:'http://192.168.2.122:2654/cdss.html',
             imgurl:'http://192.168.2.122:82'
         }
     }else{
         return {
             // gourl:'http://192.168.2.122:5654/cdss.html',
-            gourl:'http://223.93.170.82:12254/cdss.html',
+            gourl:'http://223.93.170.82:22654/cdss.html',
             imgurl:'http://223.93.170.82:12282'
         }
     }