forked from github/dataease
perf: 优化cas切换api提示
This commit is contained in:
parent
c59591515d
commit
016ef078c5
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row v-show="loginTypes.includes(3)">
|
<el-row v-if="loginTypes.includes(3)">
|
||||||
<el-button class="pwd-tips" type="text">{{ $t('system_parameter_setting.cas_reset') + '[/cas/reset/{adminAcount}/{adminPwd}]' }}</el-button>
|
<el-button class="pwd-tips" type="text">{{ $t('system_parameter_setting.cas_reset') + '[/cas/reset/{adminAcount}/{adminPwd}]' }}</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user