From a06a017aa35ef2facaf17e9c8a51bdcb015855e7 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Wed, 16 Oct 2024 16:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 13 +++++++++---- src/pages/my-info/my-info.vue | 20 +++++++++----------- src/pages/test-page/test-page.vue | 19 +++++++++++++++++++ 3 files changed, 37 insertions(+), 15 deletions(-) create mode 100644 src/pages/test-page/test-page.vue diff --git a/src/pages.json b/src/pages.json index aea2a54..4c8fa51 100644 --- a/src/pages.json +++ b/src/pages.json @@ -7,10 +7,15 @@ } }, { - "path" : "pages/my-info/my-info", - "style" : - { - "navigationBarTitleText" : "我的" + "path": "pages/my-info/my-info", + "style": { + "navigationBarTitleText": "我的" + } + }, + { + "path": "pages/test-page/test-page", + "style": { + "navigationBarTitleText": "测试页面" } } ], diff --git a/src/pages/my-info/my-info.vue b/src/pages/my-info/my-info.vue index 99a65e3..96ec1de 100644 --- a/src/pages/my-info/my-info.vue +++ b/src/pages/my-info/my-info.vue @@ -2,19 +2,17 @@ 页面内容 + + -