feat(ui):apiKey 语言模型 角色管理 产品

This commit is contained in:
huangqj
2024-03-07 17:58:25 +08:00
parent 825da42208
commit c04f9eb993
15 changed files with 1104 additions and 42 deletions

View File

@@ -18,7 +18,7 @@ export default function (
const popupProps = (arg: Arg[], getExposed) => {
return {
width: 700,
width: 800,
onBeforeOk: async () => {
const exposed = getExposed();
const validateRes = await exposed?.formRef.value.validate();