qx
qx
2025-02-13 6efb6de42127cd36d893ae0c6a0f55dcae457754
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) {