From 170a977cb48a96db64dc414fd5c236fa85e77a2e Mon Sep 17 00:00:00 2001 From: longjieli <1060695654@qq.com> Date: Mon, 21 Oct 2024 08:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 43 +++---- pages/autonym/autonym.vue | 42 +++++++ pages/index/index.vue | 13 +-- pages/login/login.vue | 121 +++++++++++++++++++ pages/login/wxUserInfo.vue | 168 ++++++++++++++++++++++++++ pages/record/record.vue | 285 +++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 644 insertions(+), 28 deletions(-) create mode 100644 pages/autonym/autonym.vue create mode 100644 pages/login/login.vue create mode 100644 pages/login/wxUserInfo.vue create mode 100644 pages/record/record.vue diff --git a/pages.json b/pages.json index 1daa75d..47614b2 100644 --- a/pages.json +++ b/pages.json @@ -1,6 +1,10 @@ { - "pages": [ - { + "pages": [{ + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "登录" + } + },{ "path": "pages/index/index", "style": { "navigationBarTitleText": "打卡" @@ -11,7 +15,6 @@ "style": { "navigationBarTitleText": "我的" } -<<<<<<< HEAD }, { "path": "pages/record/record", @@ -20,20 +23,22 @@ } }, { - "path" : "pages/autonym/autonym", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/autonym/autonym", + "style": { + "navigationBarTitleText": "" } }, { - "path" : "pages/human/human", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/human/human", + "style": { + "navigationBarTitleText": "人脸识别" + } + }, + { + "path": "pages/login/wxUserInfo", + "style": { + "navigationBarTitleText": "用户设置" } -======= ->>>>>>> 260f70e59eebfa09281d5d57173337efd210e7dc } ], "preloadRule": { @@ -44,13 +49,12 @@ }, "subPackages": [{ "root": "pages_order", - "pages": [ - { + "pages": [{ "path": "auth/login", "style": { "navigationBarTitleText": "登录" } - }, + }, { "path": "auth/wxUserInfo", "style": { @@ -64,10 +68,9 @@ } }, { - "path" : "autonym/autonym", - "style" : - { - "navigationBarTitleText" : "" + "path": "autonym/autonym", + "style": { + "navigationBarTitleText": "" } } ] diff --git a/pages/autonym/autonym.vue b/pages/autonym/autonym.vue new file mode 100644 index 0000000..f372a0f --- /dev/null +++ b/pages/autonym/autonym.vue @@ -0,0 +1,42 @@ + + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 7c4f7cd..c511c5e 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -42,7 +42,7 @@ - + @@ -50,8 +50,8 @@ + + \ No newline at end of file diff --git a/pages/login/wxUserInfo.vue b/pages/login/wxUserInfo.vue new file mode 100644 index 0000000..e80080b --- /dev/null +++ b/pages/login/wxUserInfo.vue @@ -0,0 +1,168 @@ + + + + + + \ No newline at end of file diff --git a/pages/record/record.vue b/pages/record/record.vue new file mode 100644 index 0000000..430b6d8 --- /dev/null +++ b/pages/record/record.vue @@ -0,0 +1,285 @@ + + + + + + \ No newline at end of file