Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ai_web_page_prod
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haojie
ai_web_page_prod
Commits
e2b56c4c
Commit
e2b56c4c
authored
May 25, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4148633a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
10 deletions
+3
-10
src/pages/AILiveStreaming/DiscourseManagementCreate/index.vue
+2
-3
src/pages/AILiveStreaming/DiscourseManagementEdit/index.vue
+0
-1
src/pages/AILiveStreaming/InteractiveSetting/index.vue
+0
-1
src/pages/AILiveStreaming/InteractiveSettingCreate/index.vue
+0
-1
src/pages/AILiveStreaming/InteractiveSettingEdit/index.vue
+0
-1
src/pages/AILiveStreaming/LiveStreamCreate/index.vue
+1
-1
src/pages/AILiveStreaming/LiveStreamReply/index.vue
+0
-2
No files found.
src/pages/AILiveStreaming/DiscourseManagementCreate/index.vue
View file @
e2b56c4c
...
...
@@ -4,8 +4,7 @@
<
script
lang=
"ts"
setup
>
import
PageEdit
from
'@/components/Admin/PageEdit.vue'
;
import
{
onMounted
,
reactive
}
from
'vue'
;
import
{
getLocalData
,
isDevContext
}
from
'@/utils/tool'
;
import
{
reactive
}
from
'vue'
;
import
{
show_message
}
from
'@/utils/tdesign_tool'
;
import
{
voice_list
,
admin_task_type
}
from
'@/constants/admin_form'
;
import
{
useRouter
}
from
'vue-router'
;
...
...
@@ -60,7 +59,7 @@ const ManagementForm = reactive({
// 能否删除,
delete
:
false
,
// 删除api
// delete_api:
isDevContext() ? '' : ''
,
// delete_api:
""
,
// 提交接口
submit_api
:
SubmitCreateEvent
,
//能否重置
...
...
src/pages/AILiveStreaming/DiscourseManagementEdit/index.vue
View file @
e2b56c4c
...
...
@@ -6,7 +6,6 @@
import
PageEdit
from
'@/components/Admin/PageEdit.vue'
;
import
{
onBeforeMount
,
reactive
,
ref
}
from
'vue'
;
import
{
discourse_management_edit
}
from
'@/constants/token'
;
import
{
getLocalData
,
isDevContext
}
from
'@/utils/tool'
;
import
{
show_message
}
from
'@/utils/tdesign_tool'
;
import
{
useRouter
}
from
'vue-router'
;
import
{
...
...
src/pages/AILiveStreaming/InteractiveSetting/index.vue
View file @
e2b56c4c
...
...
@@ -13,7 +13,6 @@
<
script
lang=
"ts"
setup
>
import
AdminPublicPageVue
from
'@/components/Admin/AdminPublicPage.vue'
;
import
{
reactive
,
onBeforeMount
,
ref
}
from
'vue'
;
import
{
isDevContext
}
from
'@/utils/tool'
;
import
{
ResetForm
,
FilterConfigFill
,
...
...
src/pages/AILiveStreaming/InteractiveSettingCreate/index.vue
View file @
e2b56c4c
...
...
@@ -5,7 +5,6 @@
<
script
lang=
"ts"
setup
>
import
PageEdit
from
'@/components/Admin/PageEdit.vue'
;
import
{
reactive
}
from
'vue'
;
import
{
getLocalData
,
isDevContext
}
from
'@/utils/tool'
;
import
{
show_message
}
from
'@/utils/tdesign_tool'
;
import
{
useRouter
}
from
'vue-router'
;
import
{
admin_task_type
,
voice_list
}
from
'@/constants/admin_form'
;
...
...
src/pages/AILiveStreaming/InteractiveSettingEdit/index.vue
View file @
e2b56c4c
...
...
@@ -17,7 +17,6 @@ import {
EditFillData
,
admin_task_type
,
voice_list
,
interaction_type
,
InteractiveSettingDelete
,
}
from
'@/constants/admin_form'
;
import
{
InteractionTableUpdate
}
from
'@/utils/api/ai'
;
...
...
src/pages/AILiveStreaming/LiveStreamCreate/index.vue
View file @
e2b56c4c
...
...
@@ -159,7 +159,7 @@ const ManagementForm = reactive({
});
const
onFill
=
async
()
=>
{
const
data
=
await
LiveStreamConfigFill
(
ManagementForm
.
form_options
);
await
LiveStreamConfigFill
(
ManagementForm
.
form_options
);
};
onBeforeMount
(()
=>
{
...
...
src/pages/AILiveStreaming/LiveStreamReply/index.vue
View file @
e2b56c4c
...
...
@@ -10,7 +10,6 @@
import
PageEdit
from
'@/components/Admin/PageEdit.vue'
;
import
{
onBeforeMount
,
reactive
,
watch
,
ref
}
from
'vue'
;
import
{
live_stream_reply
}
from
'@/constants/token'
;
import
{
useRouter
}
from
'vue-router'
;
import
{
language_list
,
voice_list
,
...
...
@@ -20,7 +19,6 @@ import {
import
{
LiveStreamTaskManual
}
from
'@/utils/api/ai'
;
import
{
show_message
}
from
'@/utils/tdesign_tool'
;
const
router
=
useRouter
();
// 当前试听语音
const
audio_list
=
ref
([]);
// 记录当前语音和语言
...
...
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