Forráskód Böngészése

Merge branch 'master' of http://git.xt.wenhq.top:8083/liwei19941102/cbwqpf

温红权 3 éve
szülő
commit
3bfc909b69

+ 2 - 2
README.md

@@ -79,8 +79,8 @@ Column
 ```
 1.黑烟数据库:
 198.17.23.20:3306/smoke_api   root_shipface   @P5zQQMbax8xx
-设备页面:http://198.17.188.6:8091/(正式)              http://119.45.121.229:8090/?opt=1(测试)
-黑烟后台:http://198.17.188.6:8090/  admin/word
+设备页面:http://198.17.23.29:8091/(正式)              http://119.45.121.229:8090/?opt=1(测试)
+黑烟后台:http://198.17.23.29:8090/  admin/word
 2.嗅探数据库
 198.17.23.18:3306/ais_database  js_test     Js@123456
 设备页面:http://198.17.188.2:81/index.html?opt=1(生产)    http://47.92.161.189:81/index.html?opt=1(测试)    http://198.17.25.32:9011/index.html?opt=1(前置机)

BIN
ruoyi-ui/src/assets/images/gpsb@2x.png


BIN
ruoyi-ui/src/assets/images/heiyan@2x.png


BIN
ruoyi-ui/src/assets/images/icon/ais.png


BIN
ruoyi-ui/src/assets/images/icon/hy.png


BIN
ruoyi-ui/src/assets/images/txsb_selected@2x.png


+ 26 - 27
ruoyi-ui/src/components/map/index.vue

@@ -348,17 +348,17 @@
       </div>
     </div>
 
-    <div class="shipDiv" style="top:100rem;left:174rem" v-show="showvideos" >
+    <div class="shipDiv" style="top:100rem;left:174rem" v-show="showvideos">
       <div class="shipTitle">
         <span style="float:left">{{ pointDevice.name }}</span>
         <i class="el-icon-close" style="font-size:9rem;margin-top:2rem;float:right" @click="closevideo"></i>
       </div>
       <div style="padding—left:10rem" class="shipContent">
         <vue-aliplayer-v2
-        :source="source"
-        ref="VueAliplayerV2"
-        :options="options"
-      />
+          :source="source"
+          ref="VueAliplayerV2"
+          :options="options"
+        />
       </div>
 
 
@@ -407,7 +407,7 @@ export default {
       shipName: '',
       deviceShow: false,
       deviceData: '',
-      showvideos:false,
+      showvideos: false,
       checkList: [],
       drawLayer: null,
       draw: null,
@@ -419,13 +419,13 @@ export default {
       posints: {},
 
       options: {
-          preload:true,
-          autoplay:true,
-          rePlay:true,
-          isLive: true, //切换为直播流的时候必填
-          format: 'm3u8',  //切换为直播流的时候必填
-        },
-        source: "http://1252093142.vod2.myqcloud.com/4704461fvodcq1252093142/48c8a9475285890781000441992/playlist.m3u8",
+        preload: true,
+        autoplay: true,
+        rePlay: true,
+        isLive: true, //切换为直播流的时候必填
+        format: 'm3u8',  //切换为直播流的时候必填
+      },
+      source: "",
       pointDevice: {
         name: '',
         list: [],
@@ -442,7 +442,7 @@ export default {
   },
   props: ['deviceList'],
   components: {
-     VueAliplayerV2
+    VueAliplayerV2
   },
   mounted() {
     that = this;
@@ -480,12 +480,12 @@ export default {
               that.deviceTableShow = false
               that.deviceData = tadata.data;
               that.d_activeName = 'd_first';
-              if(tadata.data.source=="heiyan_ship_recognition"){
+              if (tadata.data.source == "heiyan_ship_recognition") {
                 that.source = tadata.data.liveStreamUrl;
-                 setTimeout(function(){
-                     that.$refs.VueAliplayerV2.play();
-                 },1000)
-                 that.showvideos = true;
+                setTimeout(function () {
+                  that.$refs.VueAliplayerV2.play();
+                }, 1000)
+                that.showvideos = true;
 
               }
 
@@ -512,7 +512,7 @@ export default {
   },
   methods: {
     //[[1111,1111]]
-    closevideo(){
+    closevideo() {
       this.showvideos = false;
       this.$refs.VueAliplayerV2.pause();
     },
@@ -921,20 +921,19 @@ export default {
         zIndex: zindex
       });
       var last1 = this.posints["ship_" + data["mmsi"]];
-      if(last1!=undefined && last1!=null){
-         last1.setSource(new SourceVec({
-            features: [tamarker] //这里放的就是之前的那个点,如果要放置多个点直接push到这里面就行了
-          }));
-      }else{
+      if (last1 != undefined && last1 != null) {
+        last1.setSource(new SourceVec({
+          features: [tamarker] //这里放的就是之前的那个点,如果要放置多个点直接push到这里面就行了
+        }));
+      } else {
         if (data["mmsi"] != undefined) {
-           this.posints["ship_" + data["mmsi"]] = markerta;
+          this.posints["ship_" + data["mmsi"]] = markerta;
         }
         this.map.addLayer(markerta); //这里是执行,执行之后点就出来了
 
       }
 
 
-
       if (lnglats != null) {
         var that = this;
         var indexp = 0;

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 1
ruoyi-ui/src/views/components/table/xtTable.vue


+ 2 - 2
ruoyi-ui/src/views/home.vue

@@ -106,10 +106,10 @@
       </div>
     </div>
     <div style="position: absolute;right: 0;color: #3FC9FD;top: 28rem;font-size: 9rem;">
-      <div style="display: inline-block;margin-right:6rem"><a :href="gosubsys('http://198.17.188.2','','',1)"><img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/txsb_selected@2x.png"/>光谱</a></div>
+      <div style="display: inline-block;margin-right:6rem"><a :href="gosubsys('http://198.17.188.56:82','admin','111111',1)"><img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/txsb_selected@2x.png"/>光谱</a></div>
       <div
         style="display: inline-block;margin-right:6rem"><a :href="gosubsys('http://198.17.188.2:83/index.html','js_admin','js@123456',1)"><img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/gpsb@2x.png"/>嗅探</a></div>
-      <div style="display: inline-block;margin-right:20rem"><a :href="gosubsys('http://198.17.188.6:8090','admin','word',1)"><img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/heiyan@2x.png"/>黑烟</a></div>
+      <div style="display: inline-block;margin-right:20rem"><a :href="gosubsys('http://198.17.23.29:8090','admin','word',1)"><img style="width:20px;vertical-align: middle;margin-right:2px" src="../assets/images/heiyan@2x.png"/>黑烟</a></div>
     </div>
     <div class="center_content">
 

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott