Browse Source

跳转地址

luolei 4 years ago
parent
commit
5cceeea48e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/config.js

+ 1 - 1
src/utils/config.js

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