增加系统openapi

This commit is contained in:
whyour
2021-12-21 23:22:34 +08:00
parent 4d20bb0de6
commit 46aaeb4eac
15 changed files with 451 additions and 260 deletions
+4
View File
@@ -59,6 +59,10 @@ export default {
name: '依赖管理',
value: 'dependencies',
},
{
name: '系统信息',
value: 'system',
},
],
scopesMap: {
crons: '定时任务',
+2 -2
View File
@@ -38,8 +38,8 @@ const apiWhiteList = [
'/open/auth/token',
'/api/user/two-factor/login',
'/api/system',
'/api/init/user',
'/api/init/notification',
'/api/user/init',
'/api/user/notification/init',
];
_request.interceptors.request.use((url, options) => {