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 @@ ...@@ -29,7 +29,7 @@
只能上传.mp4文件 只能上传.mp4文件
</div> </div>
</el-upload> </el-upload>
<el-upload <!-- <el-upload
ref="upload" ref="upload"
:action="uploadUrl1" :action="uploadUrl1"
:before-upload="handleBeforeUpload" :before-upload="handleBeforeUpload"
...@@ -51,19 +51,19 @@ ...@@ -51,19 +51,19 @@
<div slot="tip" class="el-upload__tip"> <div slot="tip" class="el-upload__tip">
只能上传jpg/png/jpeg文件 只能上传jpg/png/jpeg文件
</div> </div>
</el-upload> </el-upload> -->
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import { getToken } from "@/utils/auth"; import { getToken } from "@/utils/auth";
// import { listVideo, addVideo } from "@/api/mainVideo"; import { listVideo, addVideo } from "@/api/tyler/mainVideo";
export default { export default {
name:"mainVideo", name:"mainVideo",
data() { data() {
return { return {
previewUrl: process.env.VUE_APP_BASE_API, 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", uploadUrl1: process.env.VUE_APP_BASE_API + "/common/upload",
headers: { headers: {
Authorization: "Bearer " + getToken(), Authorization: "Bearer " + getToken(),
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
}, },
mounted() { mounted() {
this.$nextTick(function () { this.$nextTick(function () {
// this.getList() this.getList()
}); });
}, },
methods: { 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