|
@@ -7,7 +7,11 @@
|
|
|
<span>{{ afterInfo.title }}</span>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="right">
|
|
|
- <!-- <span @click="bindBtn()"><i class="iconfont iconbangding"></i>绑定微信</span> -->
|
|
|
+ <span
|
|
|
+ ><el-link target="_blank" href="https://www.qcloudtrtc.com/webrtc-samples/abilitytest/index.html" :underline="false"
|
|
|
+ ><i class="iconfont iconbangding"></i>直播检测</el-link
|
|
|
+ ></span
|
|
|
+ >
|
|
|
<span @click="passwdBtn()"><i class="iconfont iconmima_huaban1"></i>修改密码</span>
|
|
|
<span
|
|
|
><i class="iconfont iconicon-person"></i>
|
|
@@ -140,6 +144,14 @@ export default {
|
|
|
.iconfont {
|
|
|
margin: 0 5px 0 0;
|
|
|
}
|
|
|
+ .el-link.el-link--default {
|
|
|
+ color: #e6a23c;
|
|
|
+ font-size: 16px;
|
|
|
+ top: -2px;
|
|
|
+ }
|
|
|
+ .el-link.el-link--default:hover {
|
|
|
+ color: #409eff;
|
|
|
+ }
|
|
|
}
|
|
|
span:hover {
|
|
|
cursor: pointer;
|