mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 15:13:55 +08:00
chore: deleted debug logs.
This commit is contained in:
@@ -222,7 +222,6 @@ export default {
|
||||
if (!key) {
|
||||
return;
|
||||
}
|
||||
console.log(field);
|
||||
const text = this.textCache[key] || '';
|
||||
try {
|
||||
const obj = JSON.parse(text);
|
||||
@@ -297,7 +296,6 @@ export default {
|
||||
: {...f.params}
|
||||
}
|
||||
});
|
||||
console.log(selected);
|
||||
|
||||
this.$emit('update-functions', selected);
|
||||
this.dialogVisible = false;
|
||||
|
||||
@@ -205,7 +205,6 @@ export default {
|
||||
language: this.form.language,
|
||||
sort: this.form.sort,
|
||||
functions: this.currentFunctions.map(item => {
|
||||
console.log(item)
|
||||
return ({
|
||||
pluginId: item.id,
|
||||
paramInfo: item.params
|
||||
@@ -432,7 +431,6 @@ export default {
|
||||
},
|
||||
handleUpdateFunctions(selected) {
|
||||
this.currentFunctions = selected;
|
||||
console.log('保存的功能列表:', selected);
|
||||
this.$message.success('功能配置已保存');
|
||||
},
|
||||
handleDialogClosed(saved) {
|
||||
|
||||
Reference in New Issue
Block a user