合并之前内容
This commit is contained in:
commit
af2ac8d990
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue