Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
live-management-web
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
live-management-web
Commits
ba2ce170
Commit
ba2ce170
authored
Aug 18, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v3最后一次提交
parent
0ea7f449
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 additions
and
5 deletions
+1
-5
src/pages/InteractiveResponse/index.vue
+0
-1
src/pages/OnlyVideoLive/index.vue
+0
-1
src/pages/startLive/index.vue
+0
-1
src/utils/Tdesign.ts
+1
-2
stats.html
+0
-0
No files found.
src/pages/InteractiveResponse/index.vue
View file @
ba2ce170
...
@@ -27,7 +27,6 @@ const audioFile = ref('');
...
@@ -27,7 +27,6 @@ const audioFile = ref('');
const
imgs
=
{
const
imgs
=
{
mp4
:
new
URL
(
'../../assets/img/1.mp4'
,
import
.
meta
.
url
).
href
,
mp4
:
new
URL
(
'../../assets/img/1.mp4'
,
import
.
meta
.
url
).
href
,
mp3
:
new
URL
(
'../../assets/img/2.wav'
,
import
.
meta
.
url
).
href
,
};
};
const
createAudio
=
(
url
:
string
)
=>
{
const
createAudio
=
(
url
:
string
)
=>
{
...
...
src/pages/OnlyVideoLive/index.vue
View file @
ba2ce170
...
@@ -53,7 +53,6 @@ const esidueTime = 60 * 10;
...
@@ -53,7 +53,6 @@ const esidueTime = 60 * 10;
const
imgs
=
{
const
imgs
=
{
mp4
:
new
URL
(
'../../assets/img/1.mp4'
,
import
.
meta
.
url
).
href
,
mp4
:
new
URL
(
'../../assets/img/1.mp4'
,
import
.
meta
.
url
).
href
,
mp3
:
new
URL
(
'../../assets/img/2.wav'
,
import
.
meta
.
url
).
href
,
};
};
const
isFirst
=
ref
(
true
);
const
isFirst
=
ref
(
true
);
...
...
src/pages/startLive/index.vue
View file @
ba2ce170
...
@@ -35,7 +35,6 @@ const audioFile = ref('');
...
@@ -35,7 +35,6 @@ const audioFile = ref('');
const
imgs
=
{
const
imgs
=
{
mp4
:
new
URL
(
'../../assets/img/1.mp4'
,
import
.
meta
.
url
).
href
,
mp4
:
new
URL
(
'../../assets/img/1.mp4'
,
import
.
meta
.
url
).
href
,
mp3
:
new
URL
(
'../../assets/img/2.wav'
,
import
.
meta
.
url
).
href
,
};
};
const
createAudio
=
(
url
:
string
)
=>
{
const
createAudio
=
(
url
:
string
)
=>
{
...
...
src/utils/Tdesign.ts
View file @
ba2ce170
...
@@ -3,14 +3,13 @@
...
@@ -3,14 +3,13 @@
*/
*/
import
{
import
{
Button
as
TButton
,
Button
as
TButton
,
Form
as
TForm
,
FormItem
as
TFormItem
,
FormItem
as
TFormItem
,
Dialog
as
TDialog
,
Dialog
as
TDialog
,
Progress
as
TProgress
,
Progress
as
TProgress
,
Upload
as
TUpload
,
Upload
as
TUpload
,
}
from
'tdesign-vue-next'
;
}
from
'tdesign-vue-next'
;
const
components
=
[
TButton
,
TForm
,
TForm
Item
,
TDialog
,
TProgress
,
TUpload
];
const
components
=
[
TButton
,
TFormItem
,
TDialog
,
TProgress
,
TUpload
];
export
default
{
export
default
{
install
(
app
)
{
install
(
app
)
{
...
...
stats.html
View file @
ba2ce170
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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