diff --git a/pages.json b/pages.json index b20b71e0f9d34f7c1611e8b17029df66672e29a8..cce5b35753a272cf0e9e726f05fa9517089be67e 100644 --- a/pages.json +++ b/pages.json @@ -1694,15 +1694,14 @@ } }, // #endif - // #ifdef APP-ANDROID { - "path": "pages/template/lottie-anim/lottie-anim", + "path": "pages/component/animation-view/animation-view", + "group": "0,5,3", "style": { "navigationBarTitleText": "lottie动画-需要自定义基座", "enablePullDownRefresh": false } }, - // #endif // #ifdef APP || WEB { "path": "uni_modules/uni-pay-x/pages/success/success", @@ -1970,7 +1969,11 @@ { "id": "component.media.video", "name": "video" - } + }, + { + "id": "component.media.animation-view", + "name": "animation-view" + } ] }, { diff --git a/pages/template/lottie-anim/lottie-anim.uvue b/pages/component/animation-view/animation-view.uvue similarity index 100% rename from pages/template/lottie-anim/lottie-anim.uvue rename to pages/component/animation-view/animation-view.uvue