1
Frontend CI/CD / build (web-office) (push) Failing after 14s Details

This commit is contained in:
z9130 2024-10-25 13:32:39 +08:00
parent 71018ea21d
commit f7eda73c3f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const formSchema = computed((): VbenFormSchema[] => {
.string() .string()
.min(1, { message: $t('authentication.selectAccount') }) .min(1, { message: $t('authentication.selectAccount') })
.optional() .optional()
.default('vben'), .default('xbj'),
}, },
{ {
component: 'VbenInput', component: 'VbenInput',