From 597f5d1917e96cdf8f52d94533b5deafb05d25c2 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 17 Oct 2022 16:47:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2u=E5=B8=81?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/pages.js | 1 + src/views/medal/Index.vue | 3 +- src/views/medal/urules.vue | 226 +++++++++++++++++++++++++++++++++++++ 3 files changed, 229 insertions(+), 1 deletion(-) create mode 100644 src/views/medal/urules.vue diff --git a/src/data/pages.js b/src/data/pages.js index c749a454..5a3f784b 100644 --- a/src/data/pages.js +++ b/src/data/pages.js @@ -84,6 +84,7 @@ export const pages=[ {title:'课程开发教程',path:'developtoolsdown',component:'tools/DeveloptoolsDown',hidden:true}, {title:'我的U币',path:'ucurrency',component:'ucurrency/Index',hidden:true}, {title:'我的勋章',path:'medal',component:'medal/Index',hidden:true}, + {title:'勋章规则',path:'urules',component:'medal/urules',hidden:true}, {title:'排行榜',path:'ranking',component:'user/ranking',hidden:true} ]}, {title:'消息中心',path:'/message/center',hidden:false,children:[ diff --git a/src/views/medal/Index.vue b/src/views/medal/Index.vue index 11a7e5d3..132c670d 100644 --- a/src/views/medal/Index.vue +++ b/src/views/medal/Index.vue @@ -1,6 +1,6 @@