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