5 changed files with 44 additions and 15 deletions
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
/** |
||||
* @program: dolphin-admin |
||||
* @description: 微应用枚举 |
||||
* @author: wangxiang4 |
||||
* @since: 2023/7/24 |
||||
*/ |
||||
|
||||
export enum GlStateEnum { |
||||
// 表单设计器
|
||||
FORM_DESIGN_PROPS_KEY = 'MICRO_APP_FORM_DESIGN_PROPS_KEY', |
||||
FORM_DESIGN_EMIT_KEY = 'MICRO_APP_FORM_DESIGN_EMIT_KEY', |
||||
// 工作流设计器
|
||||
WORKFLOW_DESIGN_PROPS_KEY = 'MICRO_APP_WORKFLOW_DESIGN_PROPS_KEY', |
||||
WORKFLOW_DESIGN_EMIT_KEY = 'MICRO_APP_WORKFLOW_DESIGN_EMIT_KEY', |
||||
} |
||||
|
Loading…
Reference in new issue