迁移实名认证应用到产品库

This commit is contained in:
aixianling
2022-03-02 11:22:24 +08:00
parent b9152917ce
commit 6f8d1de072
10 changed files with 744 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ export default {
if (!this.user.phone) {
return this.$linkTo('/pages/phone/bingPhoneNumber?from=auth')
} else {
return this.$linkTo('/pages/auth/authenticationInfo')
return this.$linkTo('/mods/AppAuth/AppAuth')
}
}