Skip to content

Commit f39048f

Browse files
author
pixel
committed
清理 debugger
1 parent 6e78abb commit f39048f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/view/superAdmin/api/api.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ export default {
193193
},
194194
async onDelete(){
195195
const ids = this.apis.map(item=>item.ID)
196-
debugger
197196
const res = await deleteApisByIds({ids})
198197
if(res.code==0){
199198
this.$message({

0 commit comments

Comments
 (0)