ソースを参照

Merge branch 'master' of http://git.dayaedu.com/lex/classroom-instruments

mo 1 年間 前
コミット
501cf0308a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/router/router-guards.ts

+ 1 - 1
src/router/router-guards.ts

@@ -31,7 +31,7 @@ export function createRouterGuards(router: Router) {
     if (to.path === '/attend-class') {
       let title = to.meta.title;
       if (to.query.type === 'preview') {
-        title = '预览';
+        title = '预览课件';
       }
       document.title = title ? title : ('音乐数字课堂' as string);
     } else {