zhaobao 2 年之前
父节点
当前提交
738c362105
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/components/HkwsVideo/iframe.vue
  2. 2 2
      src/config/index.js

+ 1 - 1
src/components/HkwsVideo/iframe.vue

@@ -45,7 +45,7 @@
 <style lang="scss" scoped>
 #divPluginIframe {
     width: 100%;
-    height: 100%;
+    height: 65%;
     box-sizing: border-box;
     border: 0;
     position: relative;

+ 2 - 2
src/config/index.js

@@ -4,8 +4,8 @@ module.exports = {
     * 服务API地址
     */
     serverUrl: 'http://113.141.93.143:1688', // 正式环境
-    // devServerUrl: 'http://113.141.93.143:1688', // 开发环境
-    devServerUrl: 'http://192.168.3.5:1688/', // 开发环境 qu
+    devServerUrl: 'http://113.141.93.143:1688', // 开发环境
+    // devServerUrl: 'http://192.168.3.5:1688/', // 开发环境 qu
     mqttUrl: 'ws://113.141.93.143:8894/mqtt', // mqtt地址
     /**
     * websocket 地址