wujingjing
2025-02-25 4fb206d45bed4d8839172ddd75c3569ac8dbdb75
src/types/mitt.d.ts
@@ -23,19 +23,21 @@
   openShareTagsView?: string;
   onTagsViewRefreshRouterView?: T;
   onCurrentContextmenuClick?: T;
   refreshTestStandard?: T;
   refreshTestGrade?: T;
   x6CellPropertyChange?: T;
   x6ViewPropertyChange?: T;
   refreshFaultGroup?: T;
   refreshFault?: T;
   refreshMethodDefinition?: T;
   // 更新故障事件 contentName
   updateFaultContentName: T;
   //#region ====================== ai ======================
   updateChatInput: T;
   /** @description 弹出登录对话框 */
   openLoginDlg: T;
   /** @description 退出登录 */
   logout: T;
   //#endregion
   'amis.page.ready': {
      instance: any;
   };
   updateHeaderTitle?:string;
   newChatClick?:T;
   isShowHomePage?:boolean;
};
// mitt 参数类型定义