@@ -0,0 +1,21 @@
+<template>
+ <a-button @click="qrbegin('add')" type="primary" icon="plus">
+ 账号授权
+ </a-button>
+</template>
+
+<script>
+ export default {
+ name: "commentManage",
+ methods: {
+ qrbegin(){
+ }
+ },
+</script>
+<style scoped>
+</style>