From 368248116b3a347035df381b35727952d29d8bde Mon Sep 17 00:00:00 2001 From: jiayuqi7813 <63686458+jiayuqi7813@users.noreply.github.com> Date: Fri, 15 Jul 2022 00:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/socre.vue | 3 +- src/components/userinfo.vue | 150 ++++++++++++++++++++++++++++++++++++ src/router/index.js | 5 ++ src/views/Info.vue | 16 ++++ 4 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 src/components/userinfo.vue create mode 100644 src/views/Info.vue diff --git a/src/components/socre.vue b/src/components/socre.vue index 841acce..bd5e63e 100644 --- a/src/components/socre.vue +++ b/src/components/socre.vue @@ -5,6 +5,7 @@ + @@ -48,4 +49,4 @@ export default { --el-table-tr-bg-color: var(--el-color-success-light-9); } - \ No newline at end of file + diff --git a/src/components/userinfo.vue b/src/components/userinfo.vue new file mode 100644 index 0000000..81eb80f --- /dev/null +++ b/src/components/userinfo.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index 3bd1fb9..df038bc 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -53,6 +53,11 @@ const router = createRouter({ requireAuth: true, } }, + { + path:'/info', + name:'info', + component: () => import('../views/Info.vue'), + }, { path:'/admin', name:'Admin', diff --git a/src/views/Info.vue b/src/views/Info.vue new file mode 100644 index 0000000..3e0be6d --- /dev/null +++ b/src/views/Info.vue @@ -0,0 +1,16 @@ + + +