|
@@ -83,7 +83,7 @@ function GoodsInfo({ isOpen, id, closePage }: Props) {
|
|
|
window.setTimeout(() => {
|
|
|
setRight5(false);
|
|
|
}, 3000);
|
|
|
- let OrderNumber = window.location.origin + "/#/goods?id=" + id;
|
|
|
+ let OrderNumber = window.location.origin + "/pc/#/goods?id=" + id;
|
|
|
let newInput = document.createElement("input");
|
|
|
newInput.value = OrderNumber;
|
|
|
document.body.appendChild(newInput);
|