liuqiwen пре 5 година
родитељ
комит
71db29a0c9
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/router/index.ts

+ 3 - 3
src/router/index.ts

@@ -49,17 +49,17 @@ const router = new VueRouter({
         {
         {
           path: "/login",
           path: "/login",
           component: () => import("../views/account/login.vue"),
           component: () => import("../views/account/login.vue"),
-          meta: { title: "login" }
+          meta: { title: "login",NoHeader: true }
         },
         },
         {
         {
           path: "/register",
           path: "/register",
           component: () => import("../views/account/register.vue"),
           component: () => import("../views/account/register.vue"),
-          meta: { title: "register" }
+          meta: { title: "register",NoHeader: true }
         },
         },
         {
         {
           path: "/findPassword",
           path: "/findPassword",
           component: () => import("../views/account/findPassword.vue"),
           component: () => import("../views/account/findPassword.vue"),
-          meta: { title: "findPassword" }
+          meta: { title: "findPassword",NoHeader: true }
         },
         },
         {
         {
           path: "/user",
           path: "/user",