Explorar o código

音频管理 音乐专辑

DESKTOP-O04BTUJ\muzen %!s(int64=2) %!d(string=hai) anos
pai
achega
6953acbf26
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/views/music/album/index.vue

+ 0 - 1
src/views/music/album/index.vue

@@ -147,7 +147,6 @@ export default {
 
     // 上下架
     getChange(row, status) {
-      console.log(row);
       let title = status === 1 ? '上架' : '下架'
       this.$confirm(`是否${title}${row.name}?`, '提示', {
         type: 'warning'