1
QYF-GitLab1
2024-12-26 54d141532c864200b19404848ae5a8110535c6ed
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) => {