diff --git a/src/api/sponeScreen/syntherticData.js b/src/api/sponeScreen/syntherticData.js
index 3137b65..fbc4468 100644
--- a/src/api/sponeScreen/syntherticData.js
+++ b/src/api/sponeScreen/syntherticData.js
@@ -242,7 +242,7 @@
});
}
-// AI生成建议
+// AI生成建议-一次性生成
export function aiToGetSuggest(data) {
return request({
url: '/ai/tongyi/string-picture-message',
@@ -250,3 +250,12 @@
data: data,
});
}
+
+// AI生成建议-一段一段生成
+export function aiToGetSuggestStream(data) {
+ return request({
+ url: '/ai/tongyi/stream-string-picture-message',
+ method: 'post',
+ data: data,
+ });
+}
diff --git a/src/api/sponeScreen/syntherticData.js b/src/api/sponeScreen/syntherticData.js
index 3137b65..fbc4468 100644
--- a/src/api/sponeScreen/syntherticData.js
+++ b/src/api/sponeScreen/syntherticData.js
@@ -242,7 +242,7 @@
});
}
-// AI生成建议
+// AI生成建议-一次性生成
export function aiToGetSuggest(data) {
return request({
url: '/ai/tongyi/string-picture-message',
@@ -250,3 +250,12 @@
data: data,
});
}
+
+// AI生成建议-一段一段生成
+export function aiToGetSuggestStream(data) {
+ return request({
+ url: '/ai/tongyi/stream-string-picture-message',
+ method: 'post',
+ data: data,
+ });
+}
diff --git a/src/views/sponeScreen/projectHM/ZhongheFenXi_component/typicalLandSiteShuJuQuShi.vue b/src/views/sponeScreen/projectHM/ZhongheFenXi_component/typicalLandSiteShuJuQuShi.vue
index 77510d6..a59463e 100644
--- a/src/views/sponeScreen/projectHM/ZhongheFenXi_component/typicalLandSiteShuJuQuShi.vue
+++ b/src/views/sponeScreen/projectHM/ZhongheFenXi_component/typicalLandSiteShuJuQuShi.vue
@@ -5,18 +5,18 @@
-
-
-
+
+
+
- 开始生成
+ 开始生成