三维接口调试

This commit is contained in:
2024-11-01 10:35:32 +08:00
parent 022bf57feb
commit 1f7b867dc5
30 changed files with 854 additions and 116 deletions

View File

@@ -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">

View File

@@ -1,4 +1,4 @@
import LinePageBabylon from "../../../babylonjs/LinePageBabylon";
import LinePageBabylon from "../../../babylonjs/LinePageBabylonNew";
function CenterUp() {
const lineID = "1-2";
return (

View File

@@ -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: {