diff --git a/pages.json b/pages.json index 0031c9f..17a5231 100644 --- a/pages.json +++ b/pages.json @@ -36,7 +36,7 @@ { "path": "pages/me/performance", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的绩效" } }, { "path": "pages/notice/list", "style": { "navigationStyle": "custom", "navigationBarTitleText": "公告" } }, { "path": "pages/erp/hub", "style": { "navigationStyle": "custom", "navigationBarTitleText": "业务" } }, - { "path": "pages/search/search", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索" } }, + { "path": "pages/search/search", "style": { "navigationStyle": "custom", "navigationBarTitleText": "搜索", "app-plus": { "animationType": "slide-in-right", "animationDuration": 280 } } }, { "path": "pages/preview/file", "style": { "navigationStyle": "custom", "navigationBarTitleText": "附件预览" } } ], "globalStyle": { diff --git a/pages/search/search.vue b/pages/search/search.vue index b930fcd..d0b34dd 100644 --- a/pages/search/search.vue +++ b/pages/search/search.vue @@ -1,5 +1,5 @@