diff --git a/src/apis/system/type.ts b/src/apis/system/type.ts index 32a173f..d7b5f87 100644 --- a/src/apis/system/type.ts +++ b/src/apis/system/type.ts @@ -268,10 +268,8 @@ export interface StorageQuery { export interface ClientResp { id: string clientId: string - clientKey: string - clientSecret: string - authType: string clientType: string + authType: string activeTimeout: string timeout: string status: string @@ -285,10 +283,8 @@ export interface ClientResp { export interface ClientDetailResp { id: string clientId: string - clientKey: string - clientSecret: string - authType: string clientType: string + authType: string activeTimeout: string timeout: string status: string @@ -300,10 +296,8 @@ export interface ClientDetailResp { updateUserString: string } export interface ClientQuery { - clientKey: string - clientSecret: string - authType: string[] clientType: string + authType: string[] status: string sort: Array } diff --git a/src/views/open/app/AppDetailDrawer.vue b/src/views/open/app/AppDetailDrawer.vue index 75f992a..14c55ea 100644 --- a/src/views/open/app/AppDetailDrawer.vue +++ b/src/views/open/app/AppDetailDrawer.vue @@ -1,10 +1,13 @@