diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 81cbf5f..b42e611 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -59,7 +59,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ children: [ { path: 'index', - component: () => import('@/views/Home/Index5.vue'), + component: () => import('@/views/Home/Index20.vue'), name: 'Index', meta: { title: t('router.home'), diff --git a/src/views/Home/Index20.vue b/src/views/Home/Index20.vue index 58ceec0..060490f 100644 --- a/src/views/Home/Index20.vue +++ b/src/views/Home/Index20.vue @@ -1,631 +1,357 @@ + - - + + + - - - - - - {{ row[dim] || '-' }} - - - - - - - {{ formatNumber(row.salesAmount) }} - - + + - - - {{ formatNumber(row.salesQuantity) }} - - + + + + 未找到匹配的应用 + 请尝试调整搜索关键词 + - - - - {{ formatPercent(row.growthRate) }} - - - - - - + + + + {{ categoryName }} + {{ category.apps.length }} 个应用 + + + + + + + + {{ app.name }} + + + + + + + + + + {{ selectedApp.name }} + ID: {{ selectedApp.id }} + 分类: {{ selectedApp.category }} + + + + 取消 + 启动 + + + + - \ No newline at end of file + +.dialog-icon-wrapper { + display: flex; + width: 80px; + height: 80px; + margin: 0 auto 20px; + font-size: 36px; + line-height: 80px; + color: white; + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + border-radius: 50%; + align-items: center; + justify-content: center; +} + +.dialog-app-name { + margin: 0 0 10px; + font-size: 1.5rem; +} + +.dialog-app-id, +.dialog-app-category { + margin: 5px 0; + color: #909399; +} + +.dialog-footer { + text-align: right; +} + diff --git a/src/views/system/oauth2/client/index.vue b/src/views/system/oauth2/client/index.vue index 3b493ca..0723c41 100644 --- a/src/views/system/oauth2/client/index.vue +++ b/src/views/system/oauth2/client/index.vue @@ -173,7 +173,8 @@ const tableOption = reactive({ span: 12, hide: true, control: (val) => { - let dicData = [] + let dicData = ["user.read","user.write"] + debugger if (val?.length) { dicData = val.map((item) => { return { label: item, value: item } @@ -190,11 +191,11 @@ const tableOption = reactive({ span: 12, multiple: true, hide: true, - dicData: [] + dicData: ["user.read","user.write"] }, redirectUris: { label: '可重定向的 URI 地址', - type: 'select', + // type: 'select', multiple: true, span: 12, hide: true,
请尝试调整搜索关键词
ID: {{ selectedApp.id }}
分类: {{ selectedApp.category }}