diff --git a/src/pages.json b/src/pages.json index 1115e2c..04bc267 100644 --- a/src/pages.json +++ b/src/pages.json @@ -15,20 +15,20 @@ { "path": "pages/index", "style": { - "navigationBarTitleText": "生产计划", + "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/login", "style": { - "navigationBarTitleText": "登录" + "navigationStyle": "custom" } }, { "path": "pages/work", "style": { - "navigationBarTitleText": "近三天投料记录", + "navigationStyle": "custom", "enablePullDownRefresh": true } }, @@ -36,7 +36,7 @@ { "path": "pages/mine", "style": { - "navigationBarTitleText": "个人中心" + "navigationStyle": "custom" } }, { @@ -60,7 +60,7 @@ { "path": "pages/report", "style": { - "navigationBarTitleText": "生产报工", + "navigationStyle": "custom", "enablePullDownRefresh": true } } @@ -119,19 +119,19 @@ { "path": "info/index", "style": { - "navigationBarTitleText": "个人信息" + "navigationStyle": "custom" } }, { "path": "info/edit", "style": { - "navigationBarTitleText": "编辑资料" + "navigationStyle": "custom" } }, { "path": "pwd/index", "style": { - "navigationBarTitleText": "修改密码" + "navigationStyle": "custom" } }, { @@ -143,7 +143,7 @@ { "path": "help/index", "style": { - "navigationBarTitleText": "常见问题" + "navigationStyle": "custom" } }, { diff --git a/src/pages/index.vue b/src/pages/index.vue index ab87aaa..fd47b28 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,7 +1,19 @@