feat: 添加语言管理功能,更新系统设置页面,优化用户体验
This commit is contained in:
@@ -55,7 +55,17 @@ const routes: Array<RouteRecordRaw> = [
|
||||
},
|
||||
{
|
||||
path: "/system-settings",
|
||||
component: () => import("@/views/system-settings/index.vue"),
|
||||
component: () => import("@/views/system-settings/outlet.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
component: () => import("@/views/system-settings/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "language",
|
||||
component: () => import("@/views/system-settings/language.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/issue/issuing-apply",
|
||||
|
||||
Reference in New Issue
Block a user