chore: user apikeys

This commit is contained in:
jialin
2024-06-23 15:15:12 +08:00
parent a03a95a3bc
commit ff1cf01edf
24 changed files with 481 additions and 180 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const proxyTableList = ['cli', 'v1'];
const proxyTableList = ['cli', 'v1', 'auth'];
// @ts-ingore
export default function createProxyTable(target?: string) {
+2 -1
View File
@@ -4,7 +4,8 @@ export default [
key: 'dashboard',
layout: false,
icon: 'home',
redirect: '/dashboard'
redirect: '/dashboard',
access: 'canLogin'
},
{
name: 'Dashboard',