diff --git a/pages.json b/pages.json
index 42a7ce0..ff3550f 100644
--- a/pages.json
+++ b/pages.json
@@ -1,10 +1,6 @@
{
- "pages": [{
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }, {
+ "pages": [
+ {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "打卡"
@@ -16,6 +12,12 @@
"navigationBarTitleText": "我的"
}
},
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "登录"
+ }
+ },
{
"path": "pages/login/wxUserInfo",
"style": {
diff --git a/pages/index/center.vue b/pages/index/center.vue
index 9dbb8f8..8a1d1f9 100644
--- a/pages/index/center.vue
+++ b/pages/index/center.vue
@@ -55,7 +55,7 @@
clickMenu(index){
if(index == 1){
uni.navigateTo({
- url: "/pages_order/record/record"
+ url: "/pages/subPack/record/record"
})
}else if(index == 2){
uni.navigateTo({
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 6429eb9..4872c59 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -42,7 +42,7 @@
-
+
@@ -61,7 +61,6 @@
},
data() {
return {
- broadsideShow: false, //是否显示遮罩层
latitude: 39.909,
longitude: 116.39742,
covers: []
@@ -81,7 +80,6 @@
//打开侧边栏
openBroadside() {
this.$refs.broadside.open()
- this.broadsideShow = true;
},
//获取用户位置
diff --git a/pages/subPack/human/human.vue b/pages/subPack/human/human.vue
index ab723f7..55e47d5 100644
--- a/pages/subPack/human/human.vue
+++ b/pages/subPack/human/human.vue
@@ -3,7 +3,7 @@
+ title="人脸识别" @clickLeft="$utils.navigateBack" />
为保证本人操作,请进行人脸验证
diff --git a/pages/subPack/punchCard/punchCard.vue b/pages/subPack/punchCard/punchCard.vue
index fa23a2b..ee0229e 100644
--- a/pages/subPack/punchCard/punchCard.vue
+++ b/pages/subPack/punchCard/punchCard.vue
@@ -3,7 +3,7 @@
+ title="打卡" @clickLeft="$utils.navigateBack" />