From 5672d8c3171bf44e5442a604849ce22d12b8a373 Mon Sep 17 00:00:00 2001 From: lucky Date: Wed, 24 Feb 2021 18:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=A4=E7=9F=A5=E9=87=8F?= =?UTF-8?q?=E8=A1=A8=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BtnCom/BtnCon.vue | 1 + src/router/index.js | 6 +++ src/views/CognitiveScale/CognitiveScale.vue | 42 +++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 src/views/CognitiveScale/CognitiveScale.vue diff --git a/src/components/BtnCom/BtnCon.vue b/src/components/BtnCom/BtnCon.vue index ced1fc2..29f0c80 100644 --- a/src/components/BtnCom/BtnCon.vue +++ b/src/components/BtnCom/BtnCon.vue @@ -10,6 +10,7 @@
生物样本搜索
消息推送
个人数据统计
+
认知量表
diff --git a/src/router/index.js b/src/router/index.js index 5ff5c8e..36fb192 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -78,6 +78,12 @@ const routes = [ name: 'personalStats', component: () => import('@/views/PersonalStats/PersonalStats.vue'), }, + // 认知量表 + { + path: '/cognitiveScale', + name: 'cognitiveScale', + component: () => import('@/views/CognitiveScale/CognitiveScale.vue'), + }, ]; const router = new VueRouter({ diff --git a/src/views/CognitiveScale/CognitiveScale.vue b/src/views/CognitiveScale/CognitiveScale.vue new file mode 100644 index 0000000..817ee70 --- /dev/null +++ b/src/views/CognitiveScale/CognitiveScale.vue @@ -0,0 +1,42 @@ + + + + +