Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
trimble-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
847b6125
authored
2020-04-02 14:28:38 +0800
by
qingxiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
48aa6270
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/views/video/index.vue
src/views/video/index.vue
View file @
847b612
...
...
@@ -63,6 +63,13 @@
</el-form-item>
<el-form-item
label=
"视频链接:"
prop=
"videoUrl"
>
<el-input
v-model=
"videoForm.videoUrl"
maxlength=
"255"
show-word-limit
></el-input>
<div>
视频链接提取方法:
<div>
1.电脑打开qq视频链接
2.鼠标移动至视频左下角分享按钮
3.点击复制通用代码
4.取复制内容中src的值
</div>
</div>
</el-form-item>
<el-form-item
label=
"类型:"
prop=
"videoTypeCode"
>
<el-select
v-model=
"videoForm.videoTypeCode"
placeholder=
"请选择"
>
...
...
Please
register
or
sign in
to post a comment