Commit c493ac1b authored by 纪泽龙's avatar 纪泽龙

优化轨迹回放

parent d998640f
/* /*
* @Author: your name * @Author: your name
* @Date: 2022-01-11 13:45:12 * @Date: 2022-01-11 13:45:12
* @LastEditTime: 2022-03-20 10:41:52 * @LastEditTime: 2022-03-21 08:57:08
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/utils/mapClass.js * @FilePath: /test/hello-world/src/utils/mapClass.js
...@@ -734,6 +734,9 @@ export class EditorMap { ...@@ -734,6 +734,9 @@ export class EditorMap {
this.map.remove(item); this.map.remove(item);
} }
}) })
// 最后把数组清空
this.allDevice["9"]=[];
this.infowindowClose(); this.infowindowClose();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment