Zoom 설정 없을 경우에 화면 안나오는 문제 수정.
This commit is contained in:
parent
20110f2c2a
commit
34636ad611
|
@ -41,6 +41,8 @@ export class Effects {
|
||||||
ofType(changeZoom),
|
ofType(changeZoom),
|
||||||
map(action => action.zoom),
|
map(action => action.zoom),
|
||||||
tap(zoom => {
|
tap(zoom => {
|
||||||
|
zoom = zoom || 100;
|
||||||
|
|
||||||
const appUserInfo = this.localStorageService.encGet<AppUserInfo>(
|
const appUserInfo = this.localStorageService.encGet<AppUserInfo>(
|
||||||
KEY_APP_USER_INFO,
|
KEY_APP_USER_INFO,
|
||||||
environment.customConfig.appKey
|
environment.customConfig.appKey
|
||||||
|
|
Loading…
Reference in New Issue
Block a user