Browse Source

音频管理 音乐专辑

DESKTOP-O04BTUJ\muzen 2 years ago
parent
commit
6953acbf26
1 changed files with 0 additions and 1 deletions
  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) {
     getChange(row, status) {
-      console.log(row);
       let title = status === 1 ? '上架' : '下架'
       let title = status === 1 ? '上架' : '下架'
       this.$confirm(`是否${title}${row.name}?`, '提示', {
       this.$confirm(`是否${title}${row.name}?`, '提示', {
         type: 'warning'
         type: 'warning'