From 2799b33955561e2d86aec7beefc56111c959a3e7 Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Mon, 7 Apr 2025 20:17:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bs-ui/src/views/index.vue | 83 +++++++++++---------------------------- 1 file changed, 23 insertions(+), 60 deletions(-) diff --git a/bs-ui/src/views/index.vue b/bs-ui/src/views/index.vue index 84a9375..7fe35dd 100644 --- a/bs-ui/src/views/index.vue +++ b/bs-ui/src/views/index.vue @@ -1,5 +1,18 @@ @@ -8,78 +21,28 @@ export default { name: "Index", data() { return { - // 版本号 - version: "3.8.6" }; }, methods: { - goTarget(href) { - window.open(href, "_blank"); - } } };