feat: 添加主题管理功能,更新系统设置页面,优化用户体验
This commit is contained in:
@@ -65,6 +65,10 @@ const routes: Array<RouteRecordRaw> = [
|
||||
path: "language",
|
||||
component: () => import("@/views/system-settings/language.vue"),
|
||||
},
|
||||
{
|
||||
path: "theme",
|
||||
component: () => import("@/views/system-settings/theme.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user