瀏覽代碼

241地址修改

zhouna 5 年之前
父節點
當前提交
1d21f6b1e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/utils/config.js

+ 1 - 1
src/utils/config.js

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