From 34f7c6804105280ddf952c5bacd9adee08cebe81 Mon Sep 17 00:00:00 2001 From: gesilong <359850240@qq.com> Date: Tue, 10 Feb 2026 09:30:20 +0800 Subject: [PATCH] =?UTF-8?q?commit=EF=BC=9A=E9=A6=96=E9=A1=B5=E9=87=8D?= =?UTF-8?q?=E6=9E=84=EF=BC=9B=E5=BA=94=E7=94=A8=E7=AE=A1=E7=90=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dict.ts | 2 + src/views/Home/Index20.vue | 94 ++++++++++++++---------- src/views/system/oauth2/client/index.vue | 86 +++++++++++++++++----- 3 files changed, 124 insertions(+), 58 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index e7283b6..ff7b4ab 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -103,6 +103,8 @@ export const getDictLabel = (dictType: string, value: any): string => { export enum DICT_TYPE { USER_TYPE = 'user_type', COMMON_STATUS = 'common_status', + APP_CATEGORY = 'app_category', + APP_QX = 'app_qx', TERMINAL = 'terminal', // 终端 // ========== SYSTEM 模块 ========== diff --git a/src/views/Home/Index20.vue b/src/views/Home/Index20.vue index 060490f..4100adc 100644 --- a/src/views/Home/Index20.vue +++ b/src/views/Home/Index20.vue @@ -45,7 +45,7 @@ v-for="app in category.apps" class="app-card" @click="handleAppClick(app)">
- +
{{ app.name }}
@@ -60,7 +60,7 @@ v-for="app in category.apps" custom-class="app-dialog">
- +

{{ selectedApp.name }}

ID: {{ selectedApp.id }}

@@ -77,6 +77,8 @@ v-for="app in category.apps"