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