zhongshujie
2025-01-08 81c8a8f6ffde623c49ce574915e89b66ad547013
src/plugin/axios/index.js
@@ -12,7 +12,6 @@
  (config) => {
    let token = localStorage.getItem(myConfig.tokenKey)
    if (token) config.headers['Authorization'] = `bearer ${token}`
    console.log(localStorage.getItem(myConfig.tokenKey),"---"+8989899)
    return config
  },
  (error) => {