From f3dea886adb6591dd7f8d81f835723d2a71c1e09 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sun, 27 Jul 2025 14:10:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=85=B3=E4=BA=8E=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E5=86=85?= =?UTF-8?q?=E5=B5=8C=E8=8F=9C=E5=8D=95=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E6=96=87=E6=A1=A3=E5=A4=96=E9=93=BE=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 5 +++-- src/views/about/document/changelog/index.vue | 9 +++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/views/about/document/changelog/index.vue diff --git a/src/router/route.ts b/src/router/route.ts index 25d293b..bfd6e91 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -81,8 +81,9 @@ export const systemRoutes: RouteRecordRaw[] = [ meta: { title: '接口文档', icon: 'swagger', hidden: false, keepAlive: true }, }, { - path: 'https://continew.top', - meta: { title: '在线文档', icon: 'continew', hidden: false }, + path: '/about/document/changelog', + component: () => import('@/views/about/document/changelog/index.vue'), + meta: { title: '更新日志', icon: 'continew', hidden: false, keepAlive: true }, }, { path: 'https://arco.design/vue/component/button', diff --git a/src/views/about/document/changelog/index.vue b/src/views/about/document/changelog/index.vue new file mode 100644 index 0000000..96c313e --- /dev/null +++ b/src/views/about/document/changelog/index.vue @@ -0,0 +1,9 @@ + + + + +