- 后端:钉钉 OAuth 认证服务 - 后端:系统设置 API(钉钉配置) - 前端:登录页钉钉扫码入口 - 前端:系统设置页面 - 数据库迁移脚本
This commit is contained in:
@@ -245,6 +245,12 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'AdminLogs',
|
||||
component: () => import('@/views/admin/logs.vue'),
|
||||
meta: { title: '系统日志', icon: 'Files' }
|
||||
},
|
||||
{
|
||||
path: 'settings',
|
||||
name: 'SystemSettings',
|
||||
component: () => import('@/views/admin/system-settings.vue'),
|
||||
meta: { title: '系统设置', icon: 'Setting' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user