From fa1b52d92599dfd6446f39e574de0cd6ba7fbe1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com> Date: Fri, 9 Apr 2021 22:35:06 +0800 Subject: [PATCH] =?UTF-8?q?link=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-login-page/pages/index/index.vue | 4 ++-- uni_modules/uni-login-page/pages/index/pwd-login.vue | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/uni_modules/uni-login-page/pages/index/index.vue b/uni_modules/uni-login-page/pages/index/index.vue index 1b8ef2e..653d13c 100644 --- a/uni_modules/uni-login-page/pages/index/index.vue +++ b/uni_modules/uni-login-page/pages/index/index.vue @@ -46,10 +46,10 @@ return { link: [{ text: '用户协议', - to: '/baidu.com' + to: '/pages/ucenter/agree-list/service/service' }, { text: '隐私政策', - to: 'baidu' + to: '/pages/ucenter/agree-list/privacy/privacy' }], phoneArea: ['+86', '+87'], currenPhoneArea: '+86', diff --git a/uni_modules/uni-login-page/pages/index/pwd-login.vue b/uni_modules/uni-login-page/pages/index/pwd-login.vue index 37ac080..fc1cff2 100644 --- a/uni_modules/uni-login-page/pages/index/pwd-login.vue +++ b/uni_modules/uni-login-page/pages/index/pwd-login.vue @@ -41,12 +41,12 @@ return { phoneNumber: '', password: '', - link: [{ - text: '用户协议', - to: '/baidu.com' - }, { - text: '隐私政策', - to: 'baidu' + link: [{ + text: '用户协议', + to: '/pages/ucenter/agree-list/service/service' + }, { + text: '隐私政策', + to: '/pages/ucenter/agree-list/privacy/privacy' }], phoneArea: ['+86', '+87'], currenPhoneArea: '+86', -- GitLab