Browse Source

地址修改

luolei 5 năm trước cách đây
mục cha
commit
6122147ced
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/config.js

+ 1 - 1
src/utils/config.js

@@ -11,6 +11,6 @@ const imageUrlPrefix = 'http://192.168.2.121:82';
 module.exports={
     host,
     prefix:'/api/icss',            //带权限验证的api
-    pushPage:'http://localhost:8081/index.html',        //右侧推送页面的地址
+    pushPage:'http://localhost:8080/icssIndex.html',        //右侧推送页面的地址
     imageUrlPrefix
 };