1
wwl
2025-02-13 aad5144d310158a4359dc19ce6ea8425e2e73439
src/utils/request.js
@@ -28,7 +28,6 @@
  const isRepeatSubmit = (config.headers || {}).repeatSubmit === false
  if (getToken() && !isToken) {
    config.headers['Authorization'] = 'Bearer ' + getToken()
    console.log(store)
    config.headers['hospId'] = Cookies.get("hospId");
  }
  if (config.method === 'get' && config.params) {