bianjiang 10 달 전
부모
커밋
7fce56e016
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/modules/resource/controllers/PromotionController.ts

+ 3 - 2
src/modules/resource/controllers/PromotionController.ts

@@ -19,8 +19,9 @@ export class PromotionController {
     //   return;
     // }
 
-    const url = `${location.origin}${getPathname()}editor.html#/?host=${host}&id=${item._id}`;
-    debugger
+    const url = `${
+      location.origin
+    }${getPathname()}editor.html#/?host=${host}&id=${item._id}`;
     location.href = url;
   }
   onPreview(item: any) {