From d8ec4d195f4a9700775fbe8a718ec412daa000f2 Mon Sep 17 00:00:00 2001 From: wj <1285151836@qq.com> Date: Thu, 16 Nov 2023 10:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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"); - }, + } }, };