소스 검색

地址修改

luolei 4 년 전
부모
커밋
5d718222f5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/utils/config.js

+ 2 - 2
src/utils/config.js

@@ -13,6 +13,6 @@ module.exports={
     prefix:'',            //带权限验证的api
     pushPage:'http://192.168.2.241:5488/icssIndex.html',        //右侧推送页面的地址
     imageUrlPrefix,
-    // pushPage2:'http://192.168.2.241:5654/cdss.html',        //右侧推送页面的地址
-    pushPage2:'http://localhost:8080/cdss.html',        //右侧推送页面的地址
+    pushPage2:'http://192.168.2.241:5654/cdss.html',        //右侧推送页面的地址
+    // pushPage2:'http://localhost:8080/cdss.html',        //右侧推送页面的地址
 };