瀏覽代碼

没有行情最后一根k线为0的问题

li.shaoyi 3 年之前
父節點
當前提交
6e068264ef
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      public/config/app.config.json
  2. 0 1
      src/common/components/echart/echart-kline/index.vue

+ 1 - 1
public/config/app.config.json

@@ -1,4 +1,4 @@
 {
 {
-    "apiUrl": "http://192.168.31.139:8080/cfg?key=test_139",
+    "apiUrl": "http://218.17.158.45:21001/cfg?key=test_139",
     "icoTitle": "云融"
     "icoTitle": "云融"
 }
 }

+ 0 - 1
src/common/components/echart/echart-kline/index.vue

@@ -74,7 +74,6 @@ export default defineComponent({
       calcMACD();
       calcMACD();
       calcKDJ();
       calcKDJ();
       clacCCI();
       clacCCI();
-      updateChartData();
     };
     };
 
 
     // 计算平均线
     // 计算平均线