diff --git a/pages.json b/pages.json index 82728a34d881c203dbc3b6e6f770344bc7aad040..ac75be13872a3dbdd359b747bcf2ff571e249509 100644 --- a/pages.json +++ b/pages.json @@ -72,6 +72,12 @@ "navigationBarTitleText": "switch" } }, + { + "path": "pages/component/swiper/swiper", + "style": { + "navigationBarTitleText": "swiper" + } + }, { "path": "pages/component/image/image", "style": { @@ -138,12 +144,6 @@ "navigationBarTitleText": "获取定位" } }, - { - "path": "pages/API/quitApp/quitApp", - "style": { - "navigationBarTitleText": "退出应用" - } - }, { "path": "pages/tabBar/CSS/CSS", "style": { diff --git a/pages/API/action-sheet/action-sheet.uvue b/pages/API/action-sheet/action-sheet.uvue index 28f1e920cef31b4b67fa6199c9408cbaeb2bafab..bfb86b8c147b9af3e0d803d520321c570f90800b 100644 --- a/pages/API/action-sheet/action-sheet.uvue +++ b/pages/API/action-sheet/action-sheet.uvue @@ -22,7 +22,7 @@ - + diff --git a/pages/API/modal/modal.uvue b/pages/API/modal/modal.uvue index 3217ab3539fa4a7714596d3de8692fc35793888d..f6e160be857ff1e7a8f7f6447d8f43f9acdd74b9 100644 --- a/pages/API/modal/modal.uvue +++ b/pages/API/modal/modal.uvue @@ -34,7 +34,7 @@ - + {{exeRet}} diff --git a/pages/API/quitApp/quitApp.uvue b/pages/API/quitApp/quitApp.uvue deleted file mode 100644 index e2db75d78e369f2bbff58333ea2bfb01eee141ed..0000000000000000000000000000000000000000 --- a/pages/API/quitApp/quitApp.uvue +++ /dev/null @@ -1,26 +0,0 @@ - - \ No newline at end of file diff --git a/pages/API/show-loading/show-loading.uvue b/pages/API/show-loading/show-loading.uvue index 542151c0b1f7c688ee0fa73294e49d92df816ba2..a9aa706d272922633f154d136c8edd12a5ac8864 100644 --- a/pages/API/show-loading/show-loading.uvue +++ b/pages/API/show-loading/show-loading.uvue @@ -13,9 +13,9 @@ - + - + diff --git a/pages/API/toast/toast.uvue b/pages/API/toast/toast.uvue index 203ac37354546af36fed1bf556062f344a960e6b..995720766e8fcdd646261ba51f080f05d7a15b34 100644 --- a/pages/API/toast/toast.uvue +++ b/pages/API/toast/toast.uvue @@ -3,17 +3,17 @@ - - - - + + + + - + - + - + {{exeRet}} diff --git a/pages/component/swiper/swiper.uvue b/pages/component/swiper/swiper.uvue new file mode 100644 index 0000000000000000000000000000000000000000..5dd1eb6525c6ffae24a986c7297d974777a144d2 --- /dev/null +++ b/pages/component/swiper/swiper.uvue @@ -0,0 +1,52 @@ + + + + diff --git a/pages/tabBar/API/API.uvue b/pages/tabBar/API/API.uvue index 1cc8f89be4140780f33a02b1bd83bd8eaeae1041..49b6784c39b16836c90a47a661a0d16d32e3ca13 100644 --- a/pages/tabBar/API/API.uvue +++ b/pages/tabBar/API/API.uvue @@ -218,14 +218,6 @@ url: "/platforms/app-plus/orientation/orientation", }, //#endif - //#ifdef APP-ANDROID - - { - name: "退出应用", - url: "quitApp", - enable: true - } - //#endif ] as Page[], }, { diff --git a/pages/tabBar/component/component.uvue b/pages/tabBar/component/component.uvue index b6589d59854e115bccfb25aeca25da159c723cf0..00450e9290c64993a1bf890051b68092371ebf51 100644 --- a/pages/tabBar/component/component.uvue +++ b/pages/tabBar/component/component.uvue @@ -57,7 +57,7 @@ }, { name: 'swiper', - enable: false + enable: true }, // #ifndef MP-TOUTIAO || MP-LARK {