登录页新增配置文件下载
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-04-15 14:58:10 +08:00
parent 3621d4448a
commit 1e45537adc
1 changed files with 29 additions and 8 deletions

View File

@ -72,7 +72,7 @@
</el-form>
</div>
</div>
<div v-if="language === 'zh'" class="login-footer">
<div class="login-footer">
<!-- <span>Copyright © 2024 上海展影医疗科技有限公司 版权所有</span>
<span> | </span>
<a target="_blank" href="https://beian.miit.gov.cn/">
@ -89,13 +89,22 @@
<span><span @click.stop="openHospital">{{ $t('login:copyright:title:construct') }}</span>{{ hospital.HospitalName
}}</span>
<span> | </span>
<span>{{ $t('login:copyright:title:support') }}{{ config.company }}</span>
</div>
<div v-else class="login-footer">
<span>{{ $t('login:copyright:title:construct')
}}{{ hospital.HospitalName }}</span>
<span> | </span>
<span>{{ $t('login:copyright:title:support') }}{{ config.companyEN }}</span>
<span>{{ $t('login:copyright:title:support') }}{{ language === 'zh' ? config.company : config.companyEN }}</span>
<el-popover placement="top" trigger="click">
<div class="file_a_box">
<a :href="`${OSSclientConfig.basePath}/SupportDownload/ConfigurationDocumentation.pdf`"
download="ConfigurationDocumentation" target="_blank">{{
$t("login:file:ConfigurationDocumentation")
}}</a>
<a :href="`${OSSclientConfig.basePath}/SupportDownload/Certificate.zip`" download="Certificate">{{
$t("login:file:Certificate")
}}</a>
<a :href="`${OSSclientConfig.basePath}/SupportDownload/GoogleChromePortable.zip`"
download="GoogleChromePortable">{{ $t("login:file:GoogleChrome")
}}</a>
</div>
<span slot="reference" style="color:#409EFF;cursor: pointer;">{{ $t("login:file:click") }}</span>
</el-popover>
</div>
<Vcode :show="isShow" slider-text="" :imgs="[Img1]" @success="onSuccess" />
<el-dialog :title="$t('login:hospital:title:changeHospital')" :visible.sync="visible" width="30%"
@ -477,6 +486,18 @@ $bg: #2d3a4b;
$dark_gray: #889aa4;
$light_gray: #606266;
.file_a_box {
a {
margin-bottom: 5px;
display: block;
&:last-child {
margin: 0;
}
}
}
.login-container {
position: relative;
width: 100%;