Auth.vue 515 B

1234567891011121314151617181920
  1. <template>
  2. <a-card :bordered="false">
  3. <div class="table-page-search-wrapper">
  4. <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
  5. <a href="http://localhost:8080/jeecg-boot/auth/begin?auth_type=kuaishou">快手账户授权</a>
  6. <br>
  7. <br>
  8. <a href="http://localhost:8080/jeecg-boot/auth/begin?auth_type=toutiao">头条账户授权</a>
  9. </span>
  10. </div>
  11. </a-card>
  12. </template>
  13. <script>
  14. </script>
  15. <style lang="less" scoped>
  16. </style>