Commit 18e8421d authored by 姬鋆屾's avatar 姬鋆屾

tui

parent f684c7fc
......@@ -97,7 +97,6 @@ export default {
}));
data = data.filter((v) => v);
links = links.filter((v) => v.target != "首页");
console.log(links);
this.init(data, links);
});
},
......@@ -129,8 +128,6 @@ export default {
links: links,
},
});
console.log(data);
console.log(links);
window.addEventListener("resize", () => {
if (this.myChart) {
this.myChart.resize();
......
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