成都工学院添加双icon

This commit is contained in:
fan 2023-11-16 15:07:43 +08:00
parent 8a3670f51d
commit 19fde5c7fc
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -22,6 +22,7 @@
<div class="left-logo-box">
<img class="logo" :src="loginProLogo ? $store.state.user.ossUrl + '/logo/' + loginProLogo:''" :style="{ width: loginProLogoWidth+'px'}">
<span>{{ loginOrgTitle }}</span>
<img v-if="project === 'cdgxy'" class="logo" :src="zhIcon" >
</div>
<div class="content-box">
<div class="text-box">{{ loginProtitle }}</div>
@ -56,6 +57,7 @@ import bgIscsImg from '@/assets/bg_iscs.jpg';
import bgCctvImg from '@/assets/bg_cctv.jpg';
import bgLswImg from '@/assets/bg_lsw.jpg';
import bgPsdImg from '@/assets/bg_psd.png';
import ZongheIcon from '@/assets/icon/icon_zonghe.png';
import { getLoginWmurl, checkLoginStatus, getLoginInfo } from '@/api/login';
import { getToken} from '@/utils/auth';
import { assignUsersPlayRoles } from '@/api/jointSimulation';
@ -72,7 +74,8 @@ export default {
loadingText:'',
deviceImg:'',
checkLogin: null,
sessionId:''
sessionId:'',
zhIcon: ZongheIcon
};
},
computed: {