dedsudiyu 8 月之前
父节点
当前提交
3dbf87ec5b
共有 6 个文件被更改,包括 15 次插入15 次删除
  1. 4 4
      .env.development
  2. 4 4
      .env.production
  3. 1 1
      package-lock.json
  4. 1 1
      package.json
  5. 1 1
      public/index.html
  6. 4 4
      src/components/H5PlayerVideo.vue

+ 4 - 4
.env.development

@@ -27,13 +27,13 @@ VUE_APP_VERSION_DIFFERENCE_FIELD = 'kuangYeDaXue_nanHu'
 # 现场
 # 现场
 # VUE_APP_BASE_LOCAL_API = '172.16.0.65/api'
 # VUE_APP_BASE_LOCAL_API = '172.16.0.65/api'
 # 现场开发
 # 现场开发
-VUE_APP_BASE_LOCAL_API = '10.129.55.200:8080'
+# VUE_APP_BASE_LOCAL_API = '10.129.55.200:8080'
 # 43内网
 # 43内网
 # VUE_APP_BASE_LOCAL_API = '192.168.1.43/labSystem'
 # VUE_APP_BASE_LOCAL_API = '192.168.1.43/labSystem'
 # 43内网V3地址
 # 43内网V3地址
 # VUE_APP_BASE_LOCAL_API = '192.168.1.43/api'
 # VUE_APP_BASE_LOCAL_API = '192.168.1.43/api'
 # 1.8内网V3地址
 # 1.8内网V3地址
-# VUE_APP_BASE_LOCAL_API = '192.168.1.8/api'
+VUE_APP_BASE_LOCAL_API = '192.168.1.8/api'
 # 88内网
 # 88内网
 # VUE_APP_BASE_LOCAL_API = '192.168.1.88/labSystem'
 # VUE_APP_BASE_LOCAL_API = '192.168.1.88/labSystem'
 # 柴
 # 柴
@@ -53,10 +53,10 @@ VUE_APP_BASE_LOCAL_API = '10.129.55.200:8080'
 # 现场
 # 现场
 # VUE_APP_BASE_API = '172.16.0.65/api'
 # VUE_APP_BASE_API = '172.16.0.65/api'
 # 现场开发
 # 现场开发
-VUE_APP_BASE_API = '10.129.55.200:8080'
+# VUE_APP_BASE_API = '10.129.55.200:8080'
 # 实验室安全管理系统/开发环境
 # 实验室安全管理系统/开发环境
 # 1.8内网V3地址
 # 1.8内网V3地址
-# VUE_APP_BASE_API = '192.168.1.8/api'
+VUE_APP_BASE_API = '192.168.1.8/api'
 # 43内网V3地址
 # 43内网V3地址
 # VUE_APP_BASE_API = '192.168.1.43/api'
 # VUE_APP_BASE_API = '192.168.1.43/api'
 # 林总
 # 林总

+ 4 - 4
.env.production

@@ -23,10 +23,10 @@ VUE_APP_VERSION_DIFFERENCE_FIELD = 'kuangYeDaXue_nanHu'
 # ####################外网接口配置####################
 # ####################外网接口配置####################
 
 
 # 现场
 # 现场
-# VUE_APP_BASE_API = '172.16.0.65/api'
+VUE_APP_BASE_API = '172.16.0.65/api'
 
 
 # 1.8外网地址
 # 1.8外网地址
-VUE_APP_BASE_API = 'lab.zjznai.com/labTest'
+# VUE_APP_BASE_API = 'lab.zjznai.com/labTest'
 
 
 # 43外网地址
 # 43外网地址
 # VUE_APP_BASE_API = 'lab.zjznai.com/labapp'
 # VUE_APP_BASE_API = 'lab.zjznai.com/labapp'
@@ -37,10 +37,10 @@ VUE_APP_BASE_API = 'lab.zjznai.com/labTest'
 # ####################内网接口配置####################
 # ####################内网接口配置####################
 
 
 # 现场
 # 现场
-# VUE_APP_BASE_LOCAL_API = '172.16.0.65/api'
+VUE_APP_BASE_LOCAL_API = '172.16.0.65/api'
 
 
 # 1.8内网地址
 # 1.8内网地址
-VUE_APP_BASE_LOCAL_API = '192.168.1.8/api'
+# VUE_APP_BASE_LOCAL_API = '192.168.1.8/api'
 
 
 # 43内网地址
 # 43内网地址
 # VUE_APP_BASE_LOCAL_API = '192.168.1.43/api'
 # VUE_APP_BASE_LOCAL_API = '192.168.1.43/api'

+ 1 - 1
package-lock.json

@@ -1,5 +1,5 @@
 {
 {
-  "name": "default",
+  "name": "video-preview",
   "version": "0.1.0",
   "version": "0.1.0",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,

+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
 {
-  "name": "default",
+  "name": "video-preview",
   "version": "0.1.0",
   "version": "0.1.0",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title>default</title>
+    <title>视频监控</title>
   </head>
   </head>
   <body>
   <body>
     <noscript>
     <noscript>

+ 4 - 4
src/components/H5PlayerVideo.vue

@@ -186,8 +186,8 @@
         width: 30px;
         width: 30px;
         line-height: 30px;
         line-height: 30px;
         text-align: center;
         text-align: center;
-        top: 0;
-        right: 0;
+        top: 5px;
+        right: 5px;
         z-index: 999;
         z-index: 999;
         cursor: pointer;
         cursor: pointer;
     }
     }
@@ -200,8 +200,8 @@
         width: 30px;
         width: 30px;
         line-height: 30px;
         line-height: 30px;
         text-align: center;
         text-align: center;
-        bottom: 0;
-        right: 0;
+        bottom: 10px;
+        right: 10px;
         z-index: 999999;
         z-index: 999999;
         cursor: pointer;
         cursor: pointer;
     }
     }