Skip to content

Saber3集成

工作流中使用

修改Saber3/src/views/plugin/workflow/pages/design/form.vue

文件中查找databaseOption,修改databaseOption的enable为true。若你没有此选项,请查看私服commit更新代码。

js
databaseOption: {
  enable: true, // 是否开启匹配已有数据库设计模式
  datasourceUrl: '/blade-develop/datasource/select', // 数据源选择接口
  tableListUrl: '/blade-develop/model/table-list', // 表列表接口
  tableInfoUrl: '/blade-develop/model/table-info', // 表信息接口
},

单独使用

1、拷贝私服blade-lowcode-saber3项目中的源码到你的Saber3项目的/src/views/plugin/lowcode目录下即可

2、菜单和数据库sql在后端集成文档中

3、安装依赖,已集成工作流此步骤可忽略

@saber开头的依赖装不上请查看BladeX的文档