From b4816f6294646157b50bb49f1d19eaf306e0ac8c Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期日, 13 十一月 2022 22:06:22 +0800 Subject: [PATCH] UA 0.1.4发布 --- src/router/routes.js | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/router/routes.js b/src/router/routes.js index f6ab9f8..40588ab 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -33,14 +33,23 @@ }, component: () => import('@/pages/data') }, - // 璇存槑涔� + // 浠〃璇存槑涔� { path: '/book', name: 'book', meta: { - title: '璇存槑涔�' + title: '浠〃璇存槑涔�' }, component: () => import('@/pages/book') + }, + // 杞欢璇存槑涔� + { + path: '/softwareBook', + name: 'softwareBook', + meta: { + title: '杞欢璇存槑涔�' + }, + component: () => import('@/pages/softwareBook') }, // 鎿嶄綔瑙嗛 { @@ -60,4 +69,12 @@ }, component: () => import('@/pages/contact') }, + { + path: '/others', + name: 'others', + meta: { + title: '鍏充簬绂忓厜' + }, + component: () => import('@/pages/others') + }, ]; \ No newline at end of file -- Gitblit v1.9.1