浏览代码

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 {