Parcourir la source

页面推送测试地址改为外网

zhouna il y a 4 ans
Parent
commit
173ab6bd56
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/utils/config.js

+ 2 - 2
src/utils/config.js

@@ -38,8 +38,8 @@ function geturl(){
         }
     }else{
         return {
-            gourl:'http://192.168.2.122:5654/cdss.html',
-            // gourl:'http://223.93.170.82:12254/cdss.html',
+            // gourl:'http://192.168.2.122:5654/cdss.html',
+            gourl:'http://223.93.170.82:12254/cdss.html',
             imgurl:'http://192.168.2.122:82'
         }
     }