refactor: 移除token和key选项
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user