Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
digitalPerson
digitalPerson-fe
Commits
5218f169
Commit
5218f169
authored
Sep 30, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 数字人对话默认初始值和补充dialog取消事件
parent
7aa80c52
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
digital-human-dialogue.ts
src/store/modules/digital-human-dialogue.ts
+2
-2
background-images.vue
...alogue-detail/components/background/background-images.vue
+1
-0
role-define.vue
src/views/dialogue-detail/components/role/role-define.vue
+1
-0
dialogue-list.vue
src/views/dialogue-list/dialogue-list.vue
+3
-0
columns.ts
src/views/draft/columns.ts
+1
-1
draft.vue
src/views/draft/draft.vue
+3
-2
No files found.
src/store/modules/digital-human-dialogue.ts
View file @
5218f169
...
...
@@ -11,13 +11,13 @@ function defaultDigitalHumanDialogue(): DigitalHumanDialogueConfig {
publishStatus
:
'N'
,
},
humanInfo
:
{
figureId
:
''
,
figureId
:
'
A2A_V2-xiaomeng2
'
,
speed
:
5
,
intonation
:
5
,
timebreId
:
'5132'
,
},
backgroundInfo
:
{
backgroundUrl
:
''
,
backgroundUrl
:
'
https://digitalpeople-sit.gz.bcebos.com/share/backgroud/%E5%8C%BB%E5%AD%A61.jpg
'
,
},
systemInfo
:
defaultDigitalHumanSystemInfo
(),
}
...
...
src/views/dialogue-detail/components/background/background-images.vue
View file @
5218f169
...
...
@@ -120,6 +120,7 @@ function handleDelete(id: number) {
getBackgroundImageList
()
}
},
onNegativeClick
:
()
=>
{},
})
}
...
...
src/views/dialogue-detail/components/role/role-define.vue
View file @
5218f169
...
...
@@ -18,6 +18,7 @@ function handleUpdateSystemInfo() {
onPositiveClick
:
()
=>
{
digitalHumanDialogueStore
.
resetDigitalHumanSystemInfo
()
},
onNegativeClick
:
()
=>
{},
})
}
</
script
>
...
...
src/views/dialogue-list/dialogue-list.vue
View file @
5218f169
...
...
@@ -87,6 +87,7 @@ async function handleMultiDeleteDiaglogueConfig() {
await
handleGetDiaglogList
()
}
},
onNegativeClick
:
()
=>
{},
})
}
...
...
@@ -139,6 +140,7 @@ async function handleUpdateDialogueOpen(configId: string, diaglogueTableItem: Di
await
handleGetDiaglogList
()
}
},
onNegativeClick
:
()
=>
{},
})
return
}
...
...
@@ -203,6 +205,7 @@ function handleDeleteDiaglogueConfig(configId: string) {
await
handleGetDiaglogList
()
}
},
onNegativeClick
:
()
=>
{},
})
}
...
...
src/views/draft/columns.ts
View file @
5218f169
...
...
@@ -27,7 +27,7 @@ export function createDarftTableColumns({
h
(
'div'
,
{
style
:
{
width
:
'64px'
,
height
:
'36px'
,
marginRight
:
'10px'
},
style
:
{
width
:
'64px'
,
height
:
'36px'
,
marginRight
:
'10px'
,
flexShrink
:
0
},
class
:
'flex items-center justify-center overflow-hidden relative'
,
},
[
...
...
src/views/draft/draft.vue
View file @
5218f169
...
...
@@ -72,13 +72,13 @@ const darftTableColumns = createDarftTableColumns({
await
handleGetDraftList
()
}
},
onNegativeClick
:
()
=>
{},
})
},
handleEditDraft
(
rowData
)
{
router
.
push
({
name
:
'Creation'
,
params
:
{
templateId
:
rowData
.
templateId
,
query
:
{
draftId
:
rowData
.
id
,
},
})
...
...
@@ -131,6 +131,7 @@ const handleMultiSelectDelete = () => {
}
}
},
onNegativeClick
:
()
=>
{},
})
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment