zs 1 년 전
부모
커밋
b2afea5554
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -44,7 +44,7 @@ const user = [
 const core = [
   {
     path: '/config',
-    meta: { title: '平台设置' },
+    meta: { title: '相关设置' },
     component: () => import('@/views/core/config/index.vue')
   },
   {