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