Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lichunliang
yindong-tongbai-automation
Commits
93281c24
Commit
93281c24
authored
Mar 19, 2025
by
forevertyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:视频
parent
48a8c7c5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
mainVideo.js
src/api/tyler/mainVideo.js
+10
-0
index.vue
src/views/index.vue
+5
-5
No files found.
src/api/tyler/mainVideo.js
0 → 100644
View file @
93281c24
import
request
from
'
@/utils/request
'
// 查询人员定位历史数据列表
export
function
listVideo
(
query
)
{
return
request
({
url
:
'
/business/screen/homePage
'
,
method
:
'
get
'
,
params
:
query
})
}
\ No newline at end of file
src/views/index.vue
View file @
93281c24
...
...
@@ -29,7 +29,7 @@
只能上传.mp4文件
</div>
</el-upload>
<el-upload
<
!--
<
el-upload
ref=
"upload"
:action=
"uploadUrl1"
:before-upload=
"handleBeforeUpload"
...
...
@@ -51,19 +51,19 @@
<div
slot=
"tip"
class=
"el-upload__tip"
>
只能上传jpg/png/jpeg文件
</div>
</el-upload>
</el-upload>
-->
</div>
</div>
</
template
>
<
script
>
import
{
getToken
}
from
"
@/utils/auth
"
;
// import { listVideo, addVideo } from "@/api
/mainVideo";
import
{
listVideo
,
addVideo
}
from
"
@/api/tyler
/mainVideo
"
;
export
default
{
name
:
"
mainVideo
"
,
data
()
{
return
{
previewUrl
:
process
.
env
.
VUE_APP_BASE_API
,
uploadUrl
:
process
.
env
.
VUE_APP_BASE_API
+
"
/
common/uploadVideo
"
,
uploadUrl
:
process
.
env
.
VUE_APP_BASE_API
+
"
/
business/screen/homePage
"
,
uploadUrl1
:
process
.
env
.
VUE_APP_BASE_API
+
"
/common/upload
"
,
headers
:
{
Authorization
:
"
Bearer
"
+
getToken
(),
...
...
@@ -80,7 +80,7 @@ export default {
},
mounted
()
{
this
.
$nextTick
(
function
()
{
//
this.getList()
this
.
getList
()
});
},
methods
:
{
...
...
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