umijs / plugins

🍣 The one-stop shop for official Umi plugins and presets.
347 stars 239 forks source link

plugin-openapi插件不能运行 报错 Error: not support Intl or zh-CN language. #600

Open louis-web opened 3 years ago

louis-web commented 3 years ago

对应的opapi为:

ApprovalFlowNode:
      title: ApprovalFlowNode
      type: object
      properties:
        actionCondition:
          type: object
          description: 条件节点属性
        approverType:
          description: 审批人节点属性
          $ref: '#/components/schemas/ApproverType'
        createTime:
          type: string
          description: 创建时间
          format: date-time
zhouzyc commented 3 years ago

antd-pro V5版本,拉下来运行yarn openapi,就报错这个错误

lcysgsg commented 3 years ago

https://github.com/ant-design/ant-design-pro/issues/8217