tangning 7 月之前
父节点
当前提交
ead606a52a
共有 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}&ai=floorplan`)
+  window.open(`/spg.html?m=${item.num}&ai=floorplan`)
   active.value = item;
 };
 const getList = async () => {