Browse Source

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

mo 1 year ago
parent
commit
501cf0308a
1 changed files with 1 additions and 1 deletions
  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 {