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