Преглед изворни кода

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

zhouna пре 4 година
родитељ
комит
173ab6bd56
1 измењених фајлова са 2 додато и 2 уклоњено
  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'
         }
     }