调试接口

This commit is contained in:
wangxiaowei
2025-12-25 00:05:32 +08:00
parent b71687e898
commit 434fc0f041
13 changed files with 89 additions and 24 deletions

View File

@ -167,12 +167,12 @@
// 跳转到服务协议页面
handleToService: () => {
router.navigateTo('/pages/webview/webview?type=service')
},
// 跳转到隐私政策页面
handleToPrivacy: () => {
router.navigateTo('/pages/webview/webview?type=privacy')
},
}
</script>