Commit 93281c24 authored by forevertyler's avatar forevertyler

add:视频

parent 48a8c7c5
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
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment