guhongwei 4 лет назад
Родитель
Сommit
d510e7f694
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

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