From 9bc067a27b9519e47754605667d84b4826b3bd7a Mon Sep 17 00:00:00 2001 From: YuNan <3194726156@qq.com> Date: Thu, 20 Feb 2025 15:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=83=E9=87=8C=E5=81=A5?= =?UTF-8?q?=E5=BA=B7=E8=AF=84=E4=BC=B0=E5=86=85=E9=83=A8=E7=9A=84=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 15 +++++++ src/views/customer/AnonymousShareCircle.vue | 47 +++++++++++++++++++++ src/views/customer/PsychologicalTest.vue | 47 +++++++++++++++++++++ src/views/customer/Questionnaire.vue | 45 ++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 src/views/customer/AnonymousShareCircle.vue create mode 100644 src/views/customer/PsychologicalTest.vue create mode 100644 src/views/customer/Questionnaire.vue diff --git a/src/router/index.js b/src/router/index.js index c4e94ac..6d63237 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -73,6 +73,21 @@ const routes = [ name: 'UserProfile', component: UserProfile, meta: { title: '中医药与心理健康' } + }, + { + path: '/customer/social-circle', + name: 'AnonymousShareCircle', + component: () => import('@/views/customer/AnonymousShareCircle.vue') + }, + { + path: '/customer/psychological-test', + name: 'PsychologicalTest', + component: () => import('@/views/customer/PsychologicalTest.vue') + }, + { + path: '/customer/questionnaire', + name: 'Questionnaire', + component: () => import('@/views/customer/Questionnaire.vue') } ] } diff --git a/src/views/customer/AnonymousShareCircle.vue b/src/views/customer/AnonymousShareCircle.vue new file mode 100644 index 0000000..ba232ba --- /dev/null +++ b/src/views/customer/AnonymousShareCircle.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/src/views/customer/PsychologicalTest.vue b/src/views/customer/PsychologicalTest.vue new file mode 100644 index 0000000..fe7c890 --- /dev/null +++ b/src/views/customer/PsychologicalTest.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/src/views/customer/Questionnaire.vue b/src/views/customer/Questionnaire.vue new file mode 100644 index 0000000..07ebaf9 --- /dev/null +++ b/src/views/customer/Questionnaire.vue @@ -0,0 +1,45 @@ + + + + +