Browse Source

Merge branch 'master' of http://git.dayaedu.com/lex/orchestra-app

lex 2 years ago
parent
commit
7f4be65366
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/routes-common.ts

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

@@ -40,7 +40,7 @@ export const router: RouteRecordRaw[] = [
     name: 'accompany',
     component: () => import('@/views/accompany/index'),
     meta: {
-      title: '云练'
+      title: '云练'
     }
   },
   {