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