From d0c79a8c3dd7b67b3b9b1f9a6f54426445163202 Mon Sep 17 00:00:00 2001 From: mahaifeng Date: Thu, 17 Oct 2024 15:43:05 +0800 Subject: [PATCH] =?UTF-8?q?[privacy]=E8=B0=83=E6=95=B4=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.uvue | 2 +- pages.json | 2 +- pages/{ => component/button}/privacy.uvue | 0 pages/tabBar/API.uvue | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename pages/{ => component/button}/privacy.uvue (100%) diff --git a/App.uvue b/App.uvue index d75df182..f8b99b10 100644 --- a/App.uvue +++ b/App.uvue @@ -65,7 +65,7 @@ success(res1){ if(res1.needAuthorization){ uni.openDialogPage({ - url: '/pages/privacy', + url: '/pages/component/button/privacy', }) } } diff --git a/pages.json b/pages.json index 04dd61be..4d9dab45 100644 --- a/pages.json +++ b/pages.json @@ -1868,7 +1868,7 @@ // #endif // #ifdef APP { - "path": "pages/privacy", + "path": "pages/component/button/privacy", "style": { "navigationBarTitleText": "" } diff --git a/pages/privacy.uvue b/pages/component/button/privacy.uvue similarity index 100% rename from pages/privacy.uvue rename to pages/component/button/privacy.uvue diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue index acbd3470..4e2764f0 100644 --- a/pages/tabBar/API.uvue +++ b/pages/tabBar/API.uvue @@ -80,8 +80,8 @@ if (url == '/set-tab-bar') { this.showPop() }else if (url == '/show-privacy-dialog') { - uni.openDialogPage({ - url: '/pages/API/dialog-page/dialog-privacytest', + uni.openDialogPage({ + url: '/pages/component/button/privacy', }) } else { if (this.hasLeftWin) { -- GitLab