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
4783dbe3
Commit
4783dbe3
authored
Oct 08, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 变量单词拼写有误
parent
61f2cd02
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
card-navigator.vue
src/views/workbench/components/card-navigator.vue
+8
-8
No files found.
src/views/workbench/components/card-navigator.vue
View file @
4783dbe3
...
...
@@ -21,17 +21,17 @@ const userStore = useUserStore()
const
digitalCreationStore
=
useDigitalCreationStore
()
const
digitalHumanDialogueStore
=
useDigitalHumanDialogueStore
()
const
ishowCreateDigitalHumanDialogueModal
=
ref
(
false
)
const
ishowCreateDigitalHumanVideoModal
=
ref
(
false
)
const
is
S
howCreateDigitalHumanDialogueModal
=
ref
(
false
)
const
is
S
howCreateDigitalHumanVideoModal
=
ref
(
false
)
const
userInfo
=
computed
(()
=>
userStore
.
userInfo
)
function
handleShowCreateDigitalHumanDialogueModal
()
{
ishowCreateDigitalHumanDialogueModal
.
value
=
true
is
S
howCreateDigitalHumanDialogueModal
.
value
=
true
}
function
handleShowCreateDigitalHumanVideoModal
()
{
ishowCreateDigitalHumanVideoModal
.
value
=
true
is
S
howCreateDigitalHumanVideoModal
.
value
=
true
}
async
function
handleCreateDigitalHumanDialogue
(
digitalHumanDialogueForm
:
DigitalHumanDialogueForm
)
{
...
...
@@ -48,7 +48,7 @@ async function handleCreateDigitalHumanDialogue(digitalHumanDialogueForm: Digita
if
(
res
.
code
===
0
)
{
router
.
push
({
name
:
'DialogueDetail'
,
params
:
{
configId
:
res
.
data
.
baseInfo
.
configId
}
})
ishowCreateDigitalHumanDialogueModal
.
value
=
false
is
S
howCreateDigitalHumanDialogueModal
.
value
=
false
}
}
...
...
@@ -71,7 +71,7 @@ async function handleCreateDigitalHumanVideo(digitalHumanVideoForm: DigitalHuman
if
(
res
.
code
===
0
)
{
router
.
push
({
name
:
'Creation'
,
query
:
{
draftId
:
res
.
data
.
id
}
})
is
howCreateDigitalHumanDialogue
Modal
.
value
=
false
is
ShowCreateDigitalHumanVideo
Modal
.
value
=
false
}
}
</
script
>
...
...
@@ -161,14 +161,14 @@ async function handleCreateDigitalHumanVideo(digitalHumanVideoForm: DigitalHuman
</div>
<CreateDigitalHumanDialogueModal
v-model:is-show-modal=
"ishowCreateDigitalHumanDialogueModal"
v-model:is-show-modal=
"is
S
howCreateDigitalHumanDialogueModal"
modal-title=
"新建對話"
:btn-loading=
"false"
@
confirm=
"handleCreateDigitalHumanDialogue"
/>
<CreateDigitalHumanVideoModal
v-model:is-show-modal=
"ishowCreateDigitalHumanVideoModal"
v-model:is-show-modal=
"is
S
howCreateDigitalHumanVideoModal"
modal-title=
"新建視頻"
:btn-loading=
"false"
@
confirm=
"handleCreateDigitalHumanVideo"
...
...
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