refactor: 移除token和key选项

This commit is contained in:
2025-09-01 08:51:31 +08:00
parent b9fbe07b70
commit b22b4786e6

View File

@@ -12,10 +12,6 @@ axios.get("/api/token").then(res => {
const input = ref('') const input = ref('')
const value = ref('') const value = ref('')
const options = [ const options = [
{
value: 'token',
label: 'token',
},
{ {
value: 'uid', value: 'uid',
label: 'uid', label: 'uid',
@@ -32,10 +28,6 @@ const options = [
value: 'dyid', value: 'dyid',
label: 'dyid', label: 'dyid',
}, },
{
value: 'key',
label: 'key',
},
{ {
value: 'comment_id', value: 'comment_id',
label: 'comment_id', label: 'comment_id',