guhongwei 4 năm trước cách đây
mục cha
commit
d510e7f694
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",