fix: BUG修改
This commit is contained in:
parent
9d0260bde5
commit
d6597e5d96
@ -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/"
|
||||
|
||||
@ -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.js的js相对路径
|
||||
// szBasePath: "/public/h5player", // 必填,引用H5player.min.js的js相对路径
|
||||
szBasePath: "/h5player", // 打包后的地址
|
||||
// szBasePath: "./", // 必填,引用H5player.min.js的js相对路径
|
||||
iWidth: playWndWidth.value + "px",
|
||||
iHeight: playWndHeight.value + "px",
|
||||
|
||||
@ -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> -->
|
||||
|
||||
@ -73,7 +73,8 @@ const BeginPlayer = () => {
|
||||
// 初始化插件
|
||||
myPlugin.value = new JSPlugin({
|
||||
szId: "play_window", //需要英文字母开头 必填
|
||||
szBasePath: "/public/h5player", // 必填,引用H5player.min.js的js相对路径
|
||||
// szBasePath: "/public/h5player", // 必填,引用H5player.min.js的js相对路径
|
||||
szBasePath: "/h5player", // 打包后的地址
|
||||
// szBasePath: "./", // 必填,引用H5player.min.js的js相对路径
|
||||
iWidth: playWndWidth.value + "px",
|
||||
iHeight: playWndHeight.value + "px",
|
||||
|
||||
@ -486,7 +486,6 @@ const dateList = computed(() => {
|
||||
height: 100%;
|
||||
padding: 18px;
|
||||
background: #092945;
|
||||
margin-left: 20px;
|
||||
border-radius: 8px;
|
||||
.header {
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user