guhongwei 4 years ago
parent
commit
d510e7f694
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -13,7 +13,7 @@ export default new Router({
     {
     {
       path: "/",
       path: "/",
       component: () => import("../components/common/Home.vue"),
       component: () => import("../components/common/Home.vue"),
-      meta: { title: "自述文件" },
+      meta: { title: "自述文件1" },
       children: [
       children: [
         {
         {
           path: "/homeIndex",
           path: "/homeIndex",