三维接口调试
This commit is contained in:
@@ -156,7 +156,6 @@ function CenterDown() {
|
||||
dataSource.month.series = []
|
||||
}
|
||||
let chartData = (dataSource as { [key: string]: any })[activeName];
|
||||
console.log('???????????',chartData)
|
||||
const options = getOptions(chartData);
|
||||
return (
|
||||
<div className="center_down flex-row">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import LinePageBabylon from "../../../babylonjs/LinePageBabylon";
|
||||
import LinePageBabylon from "../../../babylonjs/LinePageBabylonNew";
|
||||
function CenterUp() {
|
||||
const lineID = "1-2";
|
||||
return (
|
||||
|
||||
@@ -7,7 +7,6 @@ import {useAppSelector} from "./../../../store/hooks"
|
||||
import {selectLine1After} from "./../../../store/LinePageSlice"
|
||||
function LeftUp() {
|
||||
const data = useAppSelector(selectLine1After);
|
||||
console.log('页面数据1-1:',data)
|
||||
// 假数据
|
||||
const dataSource = {
|
||||
day: {
|
||||
|
||||
Reference in New Issue
Block a user