fix: BUG修改

This commit is contained in:
kun 2023-07-18 19:14:11 +08:00
parent 9d0260bde5
commit d6597e5d96
5 changed files with 9 additions and 8 deletions

View File

@ -4,8 +4,8 @@ NODE_ENV = "production"
# 线上环境接口地址(easymock)
# VITE_API_URL = "http://139.9.66.234:6688"
# VITE_API_URL = "http://182.90.224.147:6688"
VITE_API_URL = 'http://192.168.34.155:6688'
# VITE_API_URL = "http://182.90.224.147:9013"
# VITE_API_URL = 'http://192.168.34.155:6688'
VITE_API_URL = "http://182.90.224.147:9013"
VITE_WPAPI_URL = "http://182.90.224.147:8081"
# VITE_API_URL = "http://101.43.164.214:6688"
# VITE_API_URL = "https://wx.antjg.com:6081/"

View File

@ -1,6 +1,6 @@
<template>
<div class="video-box">
<div class="plr-20" style="display: flex">
<div class="plr-20" style="display: flex; height: 100%">
<el-tabs class="demo-tabs" v-model="active">
<el-tab-pane label="项目名称" name="first">
<!-- <div>11</div> -->
@ -28,7 +28,7 @@
<img @click="onPhoto" src="@/assets/images/AIwaring/抓拍.png" alt="" />
</div>
<!-- 视频数据站位 -->
<div id="play_window" ref="playWndBox" class="main" style="width: 100%"></div>
<div id="play_window" ref="playWndBox" class="main" style="width: 100%; height: calc(100% - 76px)"></div>
</div>
</div>
</div>
@ -125,7 +125,8 @@ const BeginPlayer = () => {
//
myPlugin.value = new JSPlugin({
szId: "play_window", //
szBasePath: "/public/h5player", // ,H5player.min.jsjs
// szBasePath: "/public/h5player", // ,H5player.min.jsjs
szBasePath: "/h5player", //
// szBasePath: "./", // ,H5player.min.jsjs
iWidth: playWndWidth.value + "px",
iHeight: playWndHeight.value + "px",

View File

@ -66,7 +66,7 @@
<div class="blockTitle" @click="videoPlay">
<img src="@/assets/images/hzImg/xm/gdxcsp.png" alt="" class="title" />
</div>
<div class="blockContent" style="height: 234px">
<div class="blockContent" style="height: 260px">
<!-- <img src="@/assets/images/hzImg/xm/video.png" alt="" width="100%" height="100%" /> -->
<video style="width: 100%; height: 100%; object-fit: fill" controls :src="videoData.videoUrl"></video>
<!-- <div id="playWnd" class="playWnd"></div> -->

View File

@ -73,7 +73,8 @@ const BeginPlayer = () => {
//
myPlugin.value = new JSPlugin({
szId: "play_window", //
szBasePath: "/public/h5player", // ,H5player.min.jsjs
// szBasePath: "/public/h5player", // ,H5player.min.jsjs
szBasePath: "/h5player", //
// szBasePath: "./", // ,H5player.min.jsjs
iWidth: playWndWidth.value + "px",
iHeight: playWndHeight.value + "px",

View File

@ -486,7 +486,6 @@ const dateList = computed(() => {
height: 100%;
padding: 18px;
background: #092945;
margin-left: 20px;
border-radius: 8px;
.header {
display: flex;