Revert "perf: add aotu components"

This reverts commit 763e9c1297.
This commit is contained in:
xingyu4j
2022-11-17 17:11:36 +08:00
parent 410d5eb7a3
commit a13cb8698d
37 changed files with 69 additions and 28 deletions

View File

@@ -54,6 +54,7 @@ import { ref, reactive } from 'vue'
import { useI18n } from '@/hooks/web/useI18n'
import { useMessage } from '@/hooks/web/useMessage'
import { getSchemaTableListApi, createCodegenListApi } from '@/api/infra/codegen'
import { ElForm, ElFormItem, ElInput, ElSelect, ElOption } from 'element-plus'
import { getDataSourceConfigListApi } from '@/api/infra/dataSourceConfig'
import type { DataSourceConfigVO } from '@/api/infra/dataSourceConfig/types'
import type { DatabaseTableVO } from '@/api/infra/codegen/types'