Pārlūkot izejas kodu

Merge branch 'testNew' into masterCdss

luolei 4 gadi atpakaļ
vecāks
revīzija
fabd393ed0
1 mainītis faili ar 1 papildinājumiem un 6 dzēšanām
  1. 1 6
      src/utils/config.js

+ 1 - 6
src/utils/config.js

@@ -35,16 +35,11 @@ function geturl(){
             gourl:'http://192.168.2.121:5654/cdss.html',
             imgurl:'http://192.168.2.121:82'
         }
-    }else if(window.location.href.indexOf('192.168.2.122')>-1){
+    }else{
         return {
             gourl:'http://192.168.2.122:5654/cdss.html',
             imgurl:'http://192.168.2.122:82'
         }
-    }else{
-        return {
-            gourl:'http://192.168.2.236:5654/cdss.html',
-            imgurl:'http://192.168.2.236:82'
-        }
     }
 }
 let urlSelect = geturl()