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) {