zs 1 năm trước cách đây
mục cha
commit
b2afea5554
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')
   },
   {