Explorar o código

修改代码冗余

machen hai 1 ano
pai
achega
3c11c09fe9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/views/level/levelList.vue

+ 0 - 1
src/views/level/levelList.vue

@@ -47,7 +47,6 @@ export default {
     },
     showLevelList() {
       getLevelList().then(res => {
-        console.log('res', res)
         if (res.code == 101) {
           this.tableData = res.data
         } else {