闫增涛
3 天以前 b1ee986edd5ea1c55186b795bf4b54215e4e9331
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) => {