From 93384621345407ec66603c10ec02ae464eec6c83 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Sat, 20 Sep 2025 18:18:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=88=B0license=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/modules/license.ts | 10 ++++ .../views/license/license/detail/index.vue | 57 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 apps/web-antd/src/views/license/license/detail/index.vue diff --git a/apps/web-antd/src/router/routes/modules/license.ts b/apps/web-antd/src/router/routes/modules/license.ts index fa908c1..b1de2d1 100644 --- a/apps/web-antd/src/router/routes/modules/license.ts +++ b/apps/web-antd/src/router/routes/modules/license.ts @@ -11,6 +11,16 @@ const routes: RouteRecordRaw[] = [ hideInMenu: true, }, }, + { + path: '/license/detail', + component: () => import('#/views/license/license/detail/index.vue'), + name: 'LicenseDetail', + meta: { + title: 'License 详情', + icon: 'carbon:license-third-party', + hideInMenu: true, + }, + }, ]; export default routes; diff --git a/apps/web-antd/src/views/license/license/detail/index.vue b/apps/web-antd/src/views/license/license/detail/index.vue new file mode 100644 index 0000000..4709b5a --- /dev/null +++ b/apps/web-antd/src/views/license/license/detail/index.vue @@ -0,0 +1,57 @@ + + +