瀏覽代碼

智能选址前端修改

liutao 3 月之前
父節點
當前提交
db55b639b5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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', '')