lex před 1 rokem
rodič
revize
74c1dfd3ac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -12,7 +12,7 @@ const router: Router = createRouter({
           name: 'lessonCourseware',
           component: () => import('@/views/lessonCourseware/index'),
           meta: {
-            title: '教材课件'
+            title: '云课堂'
           }
         },
         {