Try this: return this._http.post(this.meetingProcessURL, body ) .pipe( timeout(5000), catchError( err => { return throwError("Timeout has ...
確定! 回上一頁