1234567891011121314151617181920 |
- <template>
- <a-card :bordered="false">
- <div class="table-page-search-wrapper">
- <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
- <a href="http://localhost:8080/jeecg-boot/auth/begin?auth_type=kuaishou">快手账户授权</a>
- <br>
- <br>
- <a href="http://localhost:8080/jeecg-boot/auth/begin?auth_type=toutiao">头条账户授权</a>
- </span>
- </div>
- </a-card>
- </template>
- <script>
- </script>
- <style lang="less" scoped>
- </style>
|