From 3ce9505b34005ce47ce4d066b5b129e2694b2fc5 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 25 Apr 2023 15:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=B3=E4=BA=8E=E6=88=91=E4=BB=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/aboutMy.vue | 49 ++++++++++++++++++++++++++++++++++++++++++ pages/home/my.vue | 3 +++ router/home.js | 11 ++++++++++ 3 files changed, 63 insertions(+) create mode 100644 pages/home/aboutMy.vue diff --git a/pages/home/aboutMy.vue b/pages/home/aboutMy.vue new file mode 100644 index 0000000..c43f993 --- /dev/null +++ b/pages/home/aboutMy.vue @@ -0,0 +1,49 @@ + + + \ No newline at end of file diff --git a/pages/home/my.vue b/pages/home/my.vue index 2190f0d..3a70423 100644 --- a/pages/home/my.vue +++ b/pages/home/my.vue @@ -79,6 +79,9 @@ 个人信息 + + 关于我们 + 退出 diff --git a/router/home.js b/router/home.js index 8c20824..1ca9e4e 100644 --- a/router/home.js +++ b/router/home.js @@ -88,4 +88,15 @@ module.exports=[ } } }, + { + path:"plantPages/home/aboutMy", + style:{ + navigationBarTitleText:"关于我们", + navigationBarBackgroundColor:"#10C176", + navigationBarTextStyle:"white", + "app-plus":{ + titleNView:true + } + } + }, ] \ No newline at end of file