Browse Source

Merge branch 'master' of http://101.43.129.26:10880/psychological_camera/cpdm_manage into fix-new-第二版

plg 2 tháng trước cách đây
mục cha
commit
3ce700355a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/utils/http.js

+ 1 - 0
src/utils/http.js

@@ -96,6 +96,7 @@ axios.interceptors.request.use(
       ? `Bearer ${oSessionStorage.getItem("token")}`
       : "";
     //  console.log(config.headers.Authorization)
+    config.url=encodeURI(config.url) 
     return config;
   },
   function (error) {