diff --git a/pages.json b/pages.json index 75ce294..1678371 100644 --- a/pages.json +++ b/pages.json @@ -45,8 +45,8 @@ "path": "pages/index/personal", "style": { "navigationBarTitleText": "我的", - "navigationBarBackgroundColor": "#2671E2", - "navigationBarTextStyle": "white" + "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarTextStyle": "black" } } ], @@ -472,7 +472,7 @@ "pagePath": "pages/index/index", "iconPath": "/static/images/tabBar/works.png", "selectedIconPath": "/static/images/tabBar/worksActive.png", - "text": "首页" + "text": "工作台" }, { "pagePath": "pages/index/learning", @@ -484,7 +484,7 @@ "pagePath": "pages/index/personal", "iconPath": "/static/images/tabBar/user.png", "selectedIconPath": "/static/images/tabBar/userActive.png", - "text": "个人" + "text": "我的" } ] }, diff --git a/pages/index/personal.vue b/pages/index/personal.vue index b9307a6..13a6138 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -1,7 +1,5 @@