1
0
tangning 7 mēneši atpakaļ
vecāks
revīzija
5ad8e82008
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 () => {