Browse Source

修改文案

lex 2 years ago
parent
commit
250f9effa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/routes-teacher.ts

+ 1 - 1
src/router/routes-teacher.ts

@@ -52,7 +52,7 @@ const noLoginRouter = [
     name: 'shareMusic',
     component: () => import('@/teacher/share-page/share-music/index'),
     meta: {
-      title: '分享专辑'
+      title: '分享曲谱'
     }
   }
 ]