Authored by 郭成尧

cpinit

... ... @@ -67,9 +67,9 @@ class RedisLive extends Page {
this.cp = echarts.init(this.selector.cp);
let resData = await this.getCommandProcessed();
let options = cpData(resData);
// console.log(resData);
// this.cp.setOption();
this.cp.setOption(options);
}
tpinit() {
... ...