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')
   },
   {