浏览代码

查询向量 错误

huangxingxing 8 月之前
父节点
当前提交
c373066557
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/control/fireControl.js

+ 2 - 2
src/control/fireControl.js

@@ -80,8 +80,8 @@ export class fireControl {
         if (this.velocityMap.get(step)) {
             this.velocitys = this.velocityMap.get(step);
         } else {
-            // const url = this._url + this.aid + "&transCode=D000017&step=" + this.step;
-            const url = this._url  + this.aid+ "&transCode=D000017&step=" + 27;
+            const url = this._url + this.aid + "&transCode=D000017&step=" + this.step;
+            // const url = this._url  + this.aid+ "&transCode=D000017&step=" + 27;
             await this.velocityreader.setUrl(url).then(() => {
                 const velocitys = this.velocityreader.getOutputData(1);
                 this.velocitys = velocitys;