合并之前内容

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";
const Layout = () => import("@/layout/index.vue");
export default [
@ -7,7 +8,7 @@ export default [
name: "Login",
component: () => import("@/views/login/index.vue"),
meta: {
title: $t("menus.pureLogin"),
title: "menus.pureLogin",
showLink: false,
rank: 101
}