浏览代码

trying to fixe axios request auth_basic

Bachir Soussi Chiadmi 5 年之前
父节点
当前提交
74a821104f

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 1 - 1
web/themes/custom/materiotheme/vuejs/api/rest-axios.js

@@ -8,7 +8,7 @@ export const REST = axios.create({
   baseURL: window.location.origin,
   withCredentials: true,
   headers: {
-    Authorization: 'Bearer {token}',
+    // Authorization: 'Bearer {token}',
     "Content-Type": "application/json"
   }
 })

部分文件因为文件数量过多而无法显示