chore: 删除测试代码

This commit is contained in:
MoonLeeeaf
2024-06-29 17:30:11 +08:00
parent 76acd890f6
commit 27369097eb

View File

@@ -295,7 +295,6 @@ class ChatTabManager {
* @param { String } target
*/
static click(target) {
console.log(target, this.find(target), this.tabs)
this.find(target).get(0).click()
}
/**