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 () => {