zhongshujie
2024-10-23 b4eb53d0f04c39abb07885c153fd2164f60ff1ed
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) => {