zhongshujie
2024-10-31 9076aac9d92eafd4b44fce4a9a53c8bd16e7e7d2
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) => {