follow update 21(https://aigc-doc.cqrthny.com/document/digital_human.html#_4-%E6%9B%B4%E6%96%B0%E8%AE%B0%E5%BD%95)
This commit is contained in:
@@ -127,7 +127,7 @@ const createAvatarState = reactive({
|
||||
description: '',
|
||||
model_id: undefined,
|
||||
avatar: '',
|
||||
type: 0,
|
||||
type: 2,
|
||||
})
|
||||
|
||||
const createAvatarSchema = object({
|
||||
@@ -424,10 +424,9 @@ const onAvatarUpload = async (files: FileList) => {
|
||||
>
|
||||
<USelect
|
||||
v-model="createAvatarState.type"
|
||||
disabled
|
||||
:options="[
|
||||
{ label: '系统', value: 0 },
|
||||
{ label: '用户', value: 1 },
|
||||
{ label: '内部', value: 2 },
|
||||
{ label: '上游(万木)', value: 1 },
|
||||
]"
|
||||
/>
|
||||
</UFormGroup>
|
||||
|
||||
Reference in New Issue
Block a user