App.vue 159 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <script> export default { created() { // this.service.getUnionId(this.rootAvatar,this.rootUrl) this.service.getBadWords(this.rootUrl) } } </script>