分析数据:
@@ -103,6 +103,11 @@
+
+
+
+
+ diff --git a/src/api/AI.js b/src/api/AI.js index 80816f5..4565805 100644 --- a/src/api/AI.js +++ b/src/api/AI.js @@ -104,4 +104,12 @@ export function submit(data) { method: "post", params: data, }); +} +//回归分析--走势图 +export function regressionAnalysisTrendChart(data) { + return request({ + url: "/api/model/trendChart", + method: "post", + data: data, + }); } \ No newline at end of file diff --git a/src/views/digitalMarketTech/bigData/components/hadoop.vue b/src/views/digitalMarketTech/bigData/components/hadoop.vue index 66ecb91..4d20975 100644 --- a/src/views/digitalMarketTech/bigData/components/hadoop.vue +++ b/src/views/digitalMarketTech/bigData/components/hadoop.vue @@ -28,7 +28,7 @@