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
39e329af
Commit
39e329af
authored
Jul 28, 2023
by
haojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开始直播前文字提示修改
parent
76b156fd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/components/AddVideoPlay.vue
+2
-2
src/utils/tool.ts
+6
-0
No files found.
src/components/AddVideoPlay.vue
View file @
39e329af
...
@@ -11,10 +11,10 @@
...
@@ -11,10 +11,10 @@
<template
#
body
>
<template
#
body
>
<template
v-if=
"loading"
>
<template
v-if=
"loading"
>
<Loading></Loading>
<Loading></Loading>
视频正在加载
中,请稍后
直播正在准备
中,请稍后
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<div
class=
"title"
>
直播
视频
已准备就绪,确定开始直播吗?
</div>
<div
class=
"title"
>
直播已准备就绪,确定开始直播吗?
</div>
</
template
>
</
template
>
</template>
</template>
</ConfirmDialog>
</ConfirmDialog>
...
...
src/utils/tool.ts
View file @
39e329af
...
@@ -154,6 +154,12 @@ export const DataType = (value: any, key: 'array' | 'string' | 'object' = 'array
...
@@ -154,6 +154,12 @@ export const DataType = (value: any, key: 'array' | 'string' | 'object' = 'array
}
}
};
};
// 深拷贝
export
const
deepCopy
=
(
value
:
any
)
=>
{
// 用json
return
JSON
.
parse
(
JSON
.
stringify
(
value
));
};
// 阿里云上传
// 阿里云上传
export
const
alyOssUpload
=
(
export
const
alyOssUpload
=
(
config
:
any
,
config
:
any
,
...
...
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