This commit is contained in:
nisen
2023-09-06 09:59:54 +08:00
parent 84b7ff0f58
commit c9b629762d
3 changed files with 17 additions and 27 deletions

View File

@@ -21,6 +21,7 @@
<el-dropdown-item command='three' divided>管理者进阶</el-dropdown-item>
<el-dropdown-item command='for' divided>U选小课堂</el-dropdown-item>
<el-dropdown-item command='five' divided>社招新员工</el-dropdown-item>
<el-dropdown-item command="seven" divided>教师专区</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -68,7 +69,7 @@
<img v-if="userInfo.sex === 1 " src="../../../../public/images/Avatarman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
<img v-else src="../../../../public/images/Avatarwoman.png" alt="" style="width: 30px;height: 30px;vertical-align: middle;">
</span>
{{userInfo.name}}
</div>
<el-dropdown-menu slot="dropdown">
@@ -267,6 +268,7 @@ export default {
three: this.webBaseUrl + "/study/index?study=1",
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
five: urlPre + "/boe/new-employee/index.html",
seven: this.webBaseUrl + '/grateful'
};
window.open(obj[val]);
}
@@ -491,7 +493,7 @@ export default {
::v-deep.el-dropdown-menu {
text-align: center;
border: none !important;
}
::v-deep .el-avatar{
margin-right: 8px;
@@ -506,7 +508,7 @@ text-align: center;
color: #fff;
}
img{
}
::v-deep .dialog-signin{
background: transparent;