import { IPSAppMobView } from './ipsapp-mob-view'; import { IPSAppView } from './ipsapp-view'; /** * * 继承父接口类型值[APPPORTALVIEW] * @export * @interface IPSAppPortalView */ export interface IPSAppPortalView extends IPSAppView, IPSAppMobView { /** * 应用起始视图 * @type {boolean} * @default false */ defaultPage: boolean; }