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 @@ + + +