From 9faee319dd2814b8e7ad600f2ecfe1cb782fd2c0 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 21 May 2025 22:28:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/swagger.svg | 1 + src/router/route.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/assets/icons/swagger.svg diff --git a/src/assets/icons/swagger.svg b/src/assets/icons/swagger.svg new file mode 100644 index 0000000..611c9fc --- /dev/null +++ b/src/assets/icons/swagger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/router/route.ts b/src/router/route.ts index 490e66c..25d293b 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -78,7 +78,7 @@ export const systemRoutes: RouteRecordRaw[] = [ { path: '/about/document/api', component: () => import('@/views/about/document/api/index.vue'), - meta: { title: '接口文档', icon: 'continew', hidden: false, keepAlive: true }, + meta: { title: '接口文档', icon: 'swagger', hidden: false, keepAlive: true }, }, { path: 'https://continew.top',