/** * 页面属性 */ export interface PageProps { /** * 给出路由,自动选择正确的视图(目的:字段操作的路由自动识别) */ url: string; /** * 窗口标识 */ win?: string; }