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 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