feat: 集成第三方授权准备
Former-commit-id: 6049f5ff03e959d3458a18c7b596a30bd2a1fa6d
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
type="primary"
|
||||
@click="showDialog = true"
|
||||
>
|
||||
Or connect with
|
||||
{{ $t('login.thirdPartyLogin') }}
|
||||
</el-button>
|
||||
</div>
|
||||
</el-form>
|
||||
@@ -113,7 +113,7 @@
|
||||
<p>{{ $t('login.icp') }}</p>
|
||||
</div>
|
||||
|
||||
<el-dialog title="Or connect with" v-model="showDialog">
|
||||
<el-dialog :title="$t('login.thirdPartyLogin')" v-model="showDialog">
|
||||
Can not be simulated on local, so please combine you own business
|
||||
simulation! ! !
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user