Przeglądaj źródła

h3c配置初始化

baozaolaoge 3 lat temu
rodzic
commit
afdba1127d
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/utils/config.js

+ 3 - 3
src/utils/config.js

@@ -44,8 +44,8 @@ function geturl(){
     }else{
         return {
             // gourl:'http://192.168.2.122:5654/cdss.html',
-            gourl:'http://223.93.170.82:12254/cdss.html',
-            imgurl:'http://223.93.170.82:12282'
+            gourl:'http://172.20.73.234:5654/cdss.html',
+            imgurl:'http://172.20.73.234:12282'
         }
     }
 }
@@ -53,7 +53,7 @@ let urlSelect = geturl()
 module.exports={
     host,
     prefix:'',            //带权限验证的api
-    pushPage:'http://192.168.2.241:5488/icssIndex.html',        //右侧推送页面的地址
+    pushPage:'http://172.20.73.234:5654/icssIndex.html',        //右侧推送页面的地址
     imageUrlPrefix:urlSelect.imgurl,
     pushPage2:urlSelect.gourl,        //右侧推送页面的地址
     // pushPage2:'http://localhost:8080/cdss.html',        //右侧推送页面的地址