From b22b4786e6066610ffa246323f54f28c33125d11 Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Mon, 1 Sep 2025 08:51:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4token=E5=92=8Ckey?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/TokenListView.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/web/src/views/TokenListView.vue b/web/src/views/TokenListView.vue index 858c791..bbae79b 100644 --- a/web/src/views/TokenListView.vue +++ b/web/src/views/TokenListView.vue @@ -12,10 +12,6 @@ axios.get("/api/token").then(res => { const input = ref('') const value = ref('') const options = [ - { - value: 'token', - label: 'token', - }, { value: 'uid', label: 'uid', @@ -32,10 +28,6 @@ const options = [ value: 'dyid', label: 'dyid', }, - { - value: 'key', - label: 'key', - }, { value: 'comment_id', label: 'comment_id', @@ -160,7 +152,7 @@ const deleteToken = (row: any) => { - +