diff --git a/package.json b/package.json index 7b486dc..6424883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-yunzai", - "version": "18.0.0", + "version": "18.0.1", "description": "ng-zorro-antd admin panel front-end framework", "author": "yunzai-bot ", "repository": { @@ -54,18 +54,18 @@ "@stomp/rx-stomp": "^2.0.0", "@stomp/stompjs": "^7.0.0", "ng-zorro-antd": "^18.0.1", - "@yelon/abc": "^18.0.0", - "@yelon/acl": "^18.0.0", - "@yelon/auth": "^18.0.0", - "@yelon/cache": "^18.0.0", - "@yelon/chart": "^18.0.0", - "@yelon/form": "^18.0.0", - "@yelon/mock": "^18.0.0", - "@yelon/theme": "^18.0.0", - "@yelon/bis": "^18.0.0", - "@yelon/bcs": "^18.0.0", - "@yelon/socket": "^18.0.0", - "@yelon/util": "^18.0.0", + "@yelon/abc": "^18.0.1", + "@yelon/acl": "^18.0.1", + "@yelon/auth": "^18.0.1", + "@yelon/cache": "^18.0.1", + "@yelon/chart": "^18.0.1", + "@yelon/form": "^18.0.1", + "@yelon/mock": "^18.0.1", + "@yelon/theme": "^18.0.1", + "@yelon/bis": "^18.0.1", + "@yelon/bcs": "^18.0.1", + "@yelon/socket": "^18.0.1", + "@yelon/util": "^18.0.1", "ngx-tinymce": "^18.0.0", "screenfull": "^6.0.2" }, @@ -102,8 +102,8 @@ "stylelint-config-standard": "^36.0.0", "stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-config-clean-order": "^6.0.0", - "@yelon/testing": "^18.0.0", - "ng-yunzai": "^18.0.0", + "@yelon/testing": "^18.0.1", + "ng-yunzai": "^18.0.1", "@types/jasminewd2": "~2.0.13", "jasmine-spec-reporter": "^7.0.0", "protractor": "~7.0.0", diff --git a/src/app/core/net/default.interceptor.ts b/src/app/core/net/default.interceptor.ts index d021add..816920c 100644 --- a/src/app/core/net/default.interceptor.ts +++ b/src/app/core/net/default.interceptor.ts @@ -1,7 +1,7 @@ import { HttpErrorResponse, HttpHandlerFn, HttpInterceptorFn, HttpRequest, HttpResponseBase } from '@angular/common/http'; import { Injector, inject } from '@angular/core'; -import { IGNORE_BASE_URL, _HttpClient } from '@yelon/theme'; import { environment } from '@env/environment'; +import { IGNORE_BASE_URL, _HttpClient } from '@yelon/theme'; import { Observable, of, throwError, mergeMap } from 'rxjs'; import { ReThrowHttpError, checkStatus, getAdditionalHeaders, toLogin } from './helper'; @@ -48,7 +48,10 @@ function handleData(injector: Injector, ev: HttpResponseBase, req: HttpRequest