完善 OAuth2ClientServiceImplTest 单元测试

This commit is contained in:
YunaiV
2022-05-24 10:13:05 +08:00
parent 668551350f
commit b3ab1d9285
12 changed files with 198 additions and 99 deletions

View File

@ -37,7 +37,7 @@
<el-form-item style="width:100%;">
<el-button :loading="loading" size="medium" type="primary" style="width:60%;"
@click.native.prevent="handleAuthorize(true)">
<span v-if="!loading">统一授权</span>
<span v-if="!loading">同意授权</span>
<span v-else> 中...</span>
</el-button>
<el-button size="medium" style="width:36%"