|
|
@@ -129,7 +129,7 @@ const fetchData = async () => {
|
|
|
try {
|
|
|
const apiUrl = 'http://localhost:8000/api/vector/stats/CropCd_input_data';
|
|
|
const response = await axios.get(apiUrl);
|
|
|
-
|
|
|
+ console.log("接口原始返回:", response.data);
|
|
|
return response.data.data;
|
|
|
} catch (err) {
|
|
|
throw new Error('数据加载失败: ' + err.message);
|