This commit is contained in:
张良(004796)
2024-04-12 09:58:31 +08:00
parent be66f4cc6a
commit 33f2dbcee4
5 changed files with 115 additions and 37 deletions

View File

@@ -275,17 +275,10 @@ export default {
components: {},
data() {
return {
agreement: {
userAgreement: '',
anchorJoinAgreement: '',
privacyAgreement: '',
}
}
},
created() {
/*queryAgreement().then(response => {
this.agreement = response.data.data
})*/
},
methods: {}
}