Blame view

src/App.vue 159 Bytes
ce4c83ff   wxy   初始提交
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>