Browse Source

单井信息详情产油量折线图查询数据不正确修改,井筒全息快照,删除趋势放大图的Y轴坐标轴标题,图表标题左对齐。

周壕 1 year ago
parent
commit
a90be0f22c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue/src/components/basic/chart/chart-map.vue

+ 1 - 1
vue/src/components/basic/chart/chart-map.vue

@@ -48,7 +48,7 @@
     },
     setup(props, context){
       console.log("ChartMap setup" , props, context);
-      let iframeSrc = ref<string>("http://localhost:8077/a4gis/index.html");
+      let iframeSrc = ref<string>("http://192.168.0.68:8077/a4gis/index.html");
       let iframeRef = ref<any>();   // 和iframe标签的ref绑定
 
       const wellId = computed(() => {