zhaobao 2 years ago
parent
commit
485e24cb19
3 changed files with 5 additions and 2 deletions
  1. BIN
      src/assets/bg.png
  2. 2 1
      src/config/index.js
  3. 3 1
      src/views/home/components/Map/index.vue

BIN
src/assets/bg.png


+ 2 - 1
src/config/index.js

@@ -7,7 +7,8 @@ module.exports = {
     // devServerUrl: 'http://113.141.93.143:1688', // 开发环境
     devServerUrl: 'http://192.168.3.5:1688/', // 开发环境 qu
     // devServerUrl: 'http://192.168.3.201:8080/', // 开发环境  test
-    mqttUrl: 'ws://1.15.92.205:8083/mqtt', // 水泥厂mqtt地址
+    // mqttUrl: 'ws://1.15.92.205:8083/mqtt', // 水泥厂mqtt地址
+    mqttUrl: 'ws://113.141.93.143:8894/mqtt', // mqtt地址
     /**
     * websocket 地址
     * dev 开发环境

+ 3 - 1
src/views/home/components/Map/index.vue

@@ -369,7 +369,9 @@
     white-space:nowrap; 
     color: #fff;
     text-align: center;
-    // margin-top: 110px;
+    z-index: 99999;
+    position: absolute;
+    top: -18px;
   }
   /*动画*/
 .ico-warning {