diff --git a/pages.json b/pages.json index c5b758e14b1bee87ab6c335cfb14168fd0d3ca46..97447e0bf45fe4f1bb35f5f7c3fa3c3c8af1cfe3 100644 --- a/pages.json +++ b/pages.json @@ -1836,15 +1836,17 @@ "navigationBarTitleText": "打开schema示例" } }, - // #ifdef APP + // #ifdef APP-ANDROID || APP-IOS { - "path": "pages/API/share/share", + "path": "pages/API/share-with-system/share-with-system", + "group": "1,15,0", "style": { - "navigationBarTitleText": "分享", + "navigationBarTitleText": "shareWithSystem", "enablePullDownRefresh": false } }, // #endif + // #ifdef APP || WEB { "path": "uni_modules/uni-pay-x/pages/success/success", diff --git a/pages/API/share/share.uvue b/pages/API/share-with-system/share-with-system.uvue similarity index 100% rename from pages/API/share/share.uvue rename to pages/API/share-with-system/share-with-system.uvue