Browse Source

feat: save

gemercheung 1 năm trước cách đây
mục cha
commit
4b09b787c6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/router.ts

+ 1 - 1
src/router.ts

@@ -13,7 +13,7 @@ const routes: RouteRecordRaw[] = [
   {
     path: "/no-persession",
     name: "no-persession",
-    meta: { title: "无权限" },
+    meta: { title: "无权限", hidden: true },
     component: () => import("@/view/no-persession.vue"),
   },
   {