Browse Source

智能选址前端修改

liutao 3 months ago
parent
commit
db55b639b5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

+ 2 - 2
web_ui/src/views/industrial-land/AiIndustriaLandDetail.vue

@@ -1544,8 +1544,8 @@ export default {
               !executed
             ) {
               T.loading = false
-              T.summary = lastChoice.content.replaceAll('\n```json\n', '').replaceAll('```json\n', '')
-                  .replaceAll('\n```\n', '')
+              // T.summary = lastChoice.content.replaceAll('\n```json\n', '').replaceAll('```json\n', '')
+              //     .replaceAll('\n```\n', '')
               T.hzData.forEach((item, index) => {
                 if (index == T.hzData.length - 1) {
                   T.hzData[index].summary = lastChoice.content.replaceAll('\n```json\n', '').replaceAll('```json\n', '')