liushengqiang hace 2 años
padre
commit
3e90692e2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: '云练'
     }
   },
   {