diff --git a/teamwork/pages.json b/teamwork/pages.json index 7ae681dafb87f60063c0126e1fb99148d35dd974..57d815daa4b1d681d3e843c31f4938a55f62debc 100644 --- a/teamwork/pages.json +++ b/teamwork/pages.json @@ -3,7 +3,32 @@ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, - "pages": [{ + "pages": [ + { + "path": "pages/my/main", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/my-modify", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/my-setting", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/my/my-resetpassword", + "style": { + "navigationStyle": "custom" + } + }, + { "path": "pages/post/post", "style": { "navigationStyle": "custom" diff --git a/teamwork/pages/my/main.vue b/teamwork/pages/my/main.vue index 0dd863f41bc674f355a101ee3c842f6c46c3d924..1bc5c47dcd6f02c6f1976dfb2e1726077a695ae3 100644 --- a/teamwork/pages/my/main.vue +++ b/teamwork/pages/my/main.vue @@ -1,7 +1,7 @@