mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-16 07:10:34 +08:00
feat: 提交非国际化版本代码
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { $t } from "@/plugins/i18n";
|
||||
import type { RouteConfigsTable } from "/#/index";
|
||||
const Layout = () => import("@/layout/index.vue");
|
||||
|
||||
@@ -8,7 +7,7 @@ const remainingRouter: Array<RouteConfigsTable> = [
|
||||
name: "Login",
|
||||
component: () => import("@/views/login/index.vue"),
|
||||
meta: {
|
||||
title: $t("menus.hslogin"),
|
||||
title: "登录",
|
||||
showLink: false,
|
||||
rank: 101
|
||||
}
|
||||
@@ -18,7 +17,7 @@ const remainingRouter: Array<RouteConfigsTable> = [
|
||||
component: Layout,
|
||||
meta: {
|
||||
icon: "home-filled",
|
||||
title: $t("menus.hshome"),
|
||||
title: "首页",
|
||||
showLink: false,
|
||||
rank: 104
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user