@@ -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) {