|
@@ -47,7 +47,7 @@ export function createPromotinController(
|
|
|
}
|
|
|
let url = "";
|
|
|
ctrl.onMenuClick = async (name, record, isSys) => {
|
|
|
- const shareLink = `${location.origin}${getPathname()}/share.html?id=${
|
|
|
+ const shareLink = `${location.origin}${getPathname()}share.html?id=${
|
|
|
record._id
|
|
|
}&isSys=${isSys}`;
|
|
|
|
|
@@ -57,7 +57,7 @@ export function createPromotinController(
|
|
|
break;
|
|
|
case "stat":
|
|
|
window.open(
|
|
|
- `${location.origin}${getPathname()}/stat/#/count?id=${record._id}`
|
|
|
+ `${location.origin}${getPathname()}stat/#/count?id=${record._id}`
|
|
|
);
|
|
|
break;
|
|
|
case "delete":
|