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',
|
||||
@@ -160,7 +152,7 @@ const deleteToken = (row: any) => {
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
|
||||
<el-dialog v-model="dedupObjectVisible" title="更改去重对象" width="400">
|
||||
<el-select v-model="value" placeholder="选择去重对象" style="width: 200px">
|
||||
<el-option
|
||||
|
Reference in New Issue
Block a user