闫增涛
2024-06-03 b677a507e56f585b7ff76737b18a985fc385d24e
src/plugin/axios/index.js
@@ -12,6 +12,7 @@
  (config) => {
    let token = localStorage.getItem(myConfig.tokenKey)
    if (token) config.headers['Authorization'] = `bearer ${token}`
    console.log(localStorage.getItem(myConfig.tokenKey),"---"+8989899)
    return config
  },
  (error) => {