mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
去掉调试时的 console 语句
This commit is contained in:
@@ -150,7 +150,6 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
window.yuQueClient(`repos/${this.releaseRepo}/docs`).then((res) => {
|
||||
console.log(res.data);
|
||||
this.allCommands = res.data.data;
|
||||
this.matchedCommands = _.cloneDeep(this.allCommands);
|
||||
this.fetchCommandDetails(1);
|
||||
|
Reference in New Issue
Block a user