Browse Source

大唐logo

rui.jiang 1 month ago
parent
commit
6550e2e6c6

BIN
src/assets/datang.png


+ 5 - 5
src/components/HeaderCom.vue

@@ -1,9 +1,9 @@
 <template>
   <div class="header">
     <div class="header-logo">
-      <!-- 
-      <img src="@/assets/logo.png" slot="reference" />
-      <h2 class="conversion">中能智能</h2> -->
+      
+      <img src="@/assets/datang.png" slot="reference" />
+      <h2 class="conversion">中国大唐集团公司</h2>
     </div>
     <div class="personalCenter">
       <p class="current-time">{{ currentDate }}</p>
@@ -207,8 +207,8 @@ export default {
     }
 
     img {
-      width: 40px;
-      height: 40px;
+      width: 30px;
+      height: 30px;
     }
   }
 

+ 2 - 2
src/components/map/index.vue

@@ -248,12 +248,12 @@ export default {
       layers: [
         new TileLayer({
           source: new XYZ({
-            // url: "http://106.120.102.238:18000/tiles/{z}/{x}/{y}.png", //外网
+            url: "http://106.120.102.238:18000/tiles/{z}/{x}/{y}.png", //外网
             // url: "http://127.0.0.1:8010/tiles/{z}/{x}/{y}.png", //本地
             // url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //内网
             // url: "http://10.96.137.5:9080/tiles/{z}/{x}/{y}.png", //大~#@唐
             // url: "http://192.168.0.1/tiles/{z}/{x}/{y}.png", //华电
-            url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //中广核
+            // url: "http://192.168.50.235/tiles/{z}/{x}/{y}.png", //中广核
           }),
         }),
         new VectorLayer({

+ 2 - 2
src/views/health/components/malfunction/bearing.vue

@@ -65,7 +65,7 @@
             size="small"
             @click="automaticDiagnosis"
             class="btn-auto"
-            >自动诊断</el-button
+            >诊断</el-button
           >
         </div>
 
@@ -84,7 +84,7 @@
             <h4>诊断步骤:</h4>
             <p>1、选择振动测点与起止时间,点击“查询”;</p>
             <p>2、对轴承“参数设置”输入相关信息;</p>
-            <p>3、点击“自动诊断”输出最终轴承状态结果。</p>
+            <p>3、点击“诊断”输出最终轴承状态结果。</p>
           </div>
         </div>
       </div>

+ 2 - 2
src/views/health/components/malfunction/dissymmetry.vue

@@ -57,7 +57,7 @@
             size="small"
             @click="automaticDiagnosis"
             class="btn-auto"
-            >自动诊断</el-button
+            >诊断</el-button
           >
         </div>
 
@@ -76,7 +76,7 @@
             <h4>诊断步骤:</h4>
             <p>1、选择振动测点与起止时间,点击“查询;</p>
             <p>2、对不对中“参数设置”输入相关信息;</p>
-            <p>3、点击“自动诊断”输出最终轴承状态结果。</p>
+            <p>3、点击“诊断”输出最终轴承状态结果。</p>
           </div>
         </div>
       </div>

+ 2 - 2
src/views/health/components/malfunction/gear.vue

@@ -60,7 +60,7 @@
             size="small"
             @click="automaticDiagnosis"
             class="btn-auto"
-            >自动诊断</el-button
+            >诊断</el-button
           >
         </div>
 
@@ -79,7 +79,7 @@
             <h4>诊断步骤:</h4>
             <p>1、选择振动测点与起止时间,点击“查询;</p>
             <p>2、对齿轮“参数设置”输入相关信息;</p>
-            <p>3、点击“自动诊断”输出最终轴承状态结果。</p>
+            <p>3、点击“诊断”输出最终轴承状态结果。</p>
           </div>
         </div>
       </div>

+ 2 - 2
src/views/health/components/malfunction/loose.vue

@@ -57,7 +57,7 @@
             size="small"
             @click="automaticDiagnosis"
             class="btn-auto"
-            >自动诊断</el-button
+            >诊断</el-button
           >
         </div>
 
@@ -76,7 +76,7 @@
             <h4>诊断步骤:</h4>
             <p>1、选择振动测点与起止时间,点击“查询;</p>
             <p>2、对松动“参数设置”输入相关信息;</p>
-            <p>3、点击“自动诊断”输出最终轴承状态结果。</p>
+            <p>3、点击“诊断”输出最终轴承状态结果。</p>
           </div>
         </div>
       </div>

+ 2 - 2
src/views/health/components/malfunction/misalignment.vue

@@ -57,7 +57,7 @@
             size="small"
             @click="automaticDiagnosis"
             class="btn-auto"
-            >自动诊断</el-button
+            >诊断</el-button
           >
         </div>
 
@@ -76,7 +76,7 @@
             <h4>诊断步骤:</h4>
             <p>1、选择振动测点与起止时间,点击“查询;</p>
             <p>2、对不平衡“参数设置”输入相关信息;</p>
-            <p>3、点击“自动诊断”输出最终轴承状态结果。</p>
+            <p>3、点击“诊断”输出最终轴承状态结果。</p>
           </div>
         </div>
       </div>

+ 2 - 2
src/views/health/components/malfunction/temperature.vue

@@ -63,7 +63,7 @@
             size="small"
             @click="automaticDiagnosis"
             class="btn-auto"
-            >自动诊断</el-button
+            >诊断</el-button
           >
         </div>
 
@@ -82,7 +82,7 @@
             <h4>诊断步骤:</h4>
             <p>1、选择振动测点与起止时间,点击“查询”;</p>
             <p>2、对轴承“参数设置”输入相关信息;</p>
-            <p>3、点击“自动诊断”输出最终轴承状态结果。</p>
+            <p>3、点击“诊断”输出最终轴承状态结果。</p>
           </div>
         </div>
       </div>

+ 4 - 4
vue.config.js

@@ -66,8 +66,8 @@ module.exports = {
         // target: "http://192.168.5.4:16200", // 石月
         // target: "http://192.168.50.235:16200", // 内网
         // target: "http://192.168.5.15:16200",
-        target: "http://192.168.50.235:16500", //演示环境
-        // target: "http://106.120.102.238:26500", //外网演示环境
+        // target: "http://192.168.50.235:16500", //演示环境
+        target: "http://106.120.102.238:26500", //外网演示环境
         // target: "http://106.120.102.238:16700", // 外网16700  生产16600
         // target: "http://10.96.137.5",
         changeOrigin: true,
@@ -125,8 +125,8 @@ module.exports = {
       },
       //自定义算法文佳
       "/sAlgorithm": {
-        target: "http://192.168.50.235:8666", // 目标地址
-        // target: "http://106.120.102.238:58880",//这个代理会走两次代理转发
+        // target: "http://192.168.50.235:8666", // 目标地址
+        target: "http://106.120.102.238:58880",//这个代理会走两次代理转发
         changeOrigin: true,
         pathRewrite: {
           "^/sAlgorithm": "", // 如果后端需要 `/api` 前缀