Pārlūkot izejas kodu

鸟瞰图 - 视频播放问题

wangggziwen 1 mēnesi atpakaļ
vecāks
revīzija
40f276bdcc

+ 2 - 2
master/src/main/java/com/ruoyi/common/thread/furnance/FurnancePressureThread.java

@@ -63,8 +63,8 @@ public class FurnancePressureThread implements Runnable {
                 "亲爱的staffName</font><br><font style=\"line-height: 22px; \" size=\"4\">" +
                 "Dear staffNameEN(loginName)</font></font></h2>" +
                 "<p>裂解炉炉管测压FVP数值异常,"  + msg +  "请及时查看。<br>" +
-                "请登录<a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#jumpUrl\">CPMS管理系统</a>查看。<br>" +
-                "Please log in the <a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#jumpUrl\">CPMS</a> to handle it.</p>" +
+                "请登录<a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#" + jumpUrl + "\">CPMS管理系统</a>查看。<br>" +
+                "Please log in the <a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#" + jumpUrl + "\">CPMS</a> to handle it.</p>" +
                 "<p align=\"right\">date</p>" +
                 "<div style=\"width:700px;margin:0 auto;\">" +
                 "<div style=\"padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;\">" +

+ 2 - 2
master/src/main/java/com/ruoyi/common/thread/furnance/FurnanceTemperatureThread.java

@@ -57,8 +57,8 @@ public class FurnanceTemperatureThread implements Runnable {
                 "亲爱的staffName</font><br><font style=\"line-height: 22px; \" size=\"4\">" +
                 "Dear staffNameEN(loginName)</font></font></h2>" +
                 "<p>裂解炉炉管测温COIL数值异常," + msg + "请及时查看。<br>" +
-                "请登录<a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#jumpUrl\">CPMS管理系统</a>查看。<br>" +
-                "Please log in the <a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#jumpUrl\">CPMS</a> to handle it.</p>" +
+                "请登录<a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#" + jumpUrl + "\">CPMS管理系统</a>查看。<br>" +
+                "Please log in the <a href=\"https://cpms.basf-ypc.net.cn/cpms/index.html#" + jumpUrl + "\">CPMS</a> to handle it.</p>" +
                 "<p align=\"right\">date</p>" +
                 "<div style=\"width:700px;margin:0 auto;\">" +
                 "<div style=\"padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;\">" +

+ 1 - 2
ui/src/views/aerial/detail/index.vue

@@ -164,13 +164,12 @@
             this.playerOptions.sources = [
               {
                 type: "video/mp4",
-                src: 'http://localhost:8090'+ response.data.fileUrl,
+                src: process.env.VUE_APP_BASE_API + response.data.fileUrl,
               },
             ];
           } else {
             this.playerOptions.notSupportedMessage = '视频未上传......';
           }
-
           this.dialogTitle = this.areaName + " - " + devName;
           this.dialogVisible = true;
         });