src/layout/component/sidebar/components/UserInformation.vue
@@ -28,7 +28,7 @@ <el-input v-model="userInformationInfo.email" readonly></el-input> </el-form-item> <el-form-item label="微信绑定" prop="wechat"> <el-button link type="primary" v-if="userInformationInfo.isBindWechat">已绑定</el-button> <el-button class="cursor-default" link type="primary" v-if="userInformationInfo.isBindWechat">已绑定</el-button> <div v-else id="wechat-bind"> <div v-if="bindingCodeShow" class="flex flex-col items-center justify-center"> <iframe