tangning 7 달 전
부모
커밋
5ad8e82008
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/aiList/index.vue

+ 1 - 1
src/view/aiList/index.vue

@@ -40,7 +40,7 @@ const { size, fileList, upload, removeFile, previewFile, file, accept } =
     formats: [".doc", ".docx", , ".pdf"],
   });
 const handleItem = (item) => {
-  window.open(`/floorplan/index.html?m=${item.num}`)
+  window.open(`/floorplan/index.html?m=${item.num}&ai=floorplan`)
   active.value = item;
 };
 const getList = async () => {