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