|
|
@ -28,17 +28,14 @@ |
|
|
|
type: Number as PropType<number>, |
|
|
|
type: Number as PropType<number>, |
|
|
|
default: ExceptionEnum.PAGE_NOT_FOUND, |
|
|
|
default: ExceptionEnum.PAGE_NOT_FOUND, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
title: { |
|
|
|
title: { |
|
|
|
type: String as PropType<string>, |
|
|
|
type: String as PropType<string>, |
|
|
|
default: '', |
|
|
|
default: '', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
subTitle: { |
|
|
|
subTitle: { |
|
|
|
type: String as PropType<string>, |
|
|
|
type: String as PropType<string>, |
|
|
|
default: '', |
|
|
|
default: '', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
full: { |
|
|
|
full: { |
|
|
|
type: Boolean as PropType<boolean>, |
|
|
|
type: Boolean as PropType<boolean>, |
|
|
|
default: false, |
|
|
|
default: false, |
|
|
|