diff --git a/src/views/index.vue b/src/views/index.vue index d76a945..5c95409 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -311,10 +311,7 @@ export default { this.orderList = []; this.orderTotal = 0; }); - }, - goTarget(href) { - window.open(href, "_blank"); - }, + } }, };