合并之前内容

This commit is contained in:
bunny 2024-09-03 08:48:53 +08:00
commit af2ac8d990
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import { $t } from "@/plugins/i18n"; import { $t } from "@/plugins/i18n";
const Layout = () => import("@/layout/index.vue"); const Layout = () => import("@/layout/index.vue");
export default [ export default [
@ -7,7 +8,7 @@ export default [
name: "Login", name: "Login",
component: () => import("@/views/login/index.vue"), component: () => import("@/views/login/index.vue"),
meta: { meta: {
title: $t("menus.pureLogin"), title: "menus.pureLogin",
showLink: false, showLink: false,
rank: 101 rank: 101
} }