Commit a7ad96c6 by wendula

加附件

parent 50d8d3bd
......@@ -344,6 +344,9 @@
<div class="yhscxzDialog_one" @click="downLoadSc(10)">
浏览器78下载
</div>
<div class="yhscxzDialog_one" @click="downLoadSc(11)">
数字证书控件下载
</div>
</el-dialog>
<!-- loginRules 对验证规则进行了包裹,通过控件中的prop绑定内容进行验证-->
<!-- <img class="" src="../../assets/img/Login/animate.gif" style="position: absolute;left:200px;top:300px;object-fit:none"/> -->
......@@ -616,6 +619,10 @@ export default {
// window.open('file/zljsrbgsqd.docx')
window.open("file/ChromeStandaloneSetup64.exe");
break;
case 11:
// window.open('file/zljsrbgsqd.docx')
window.open("file/PNXClient.exe");
break;
}
},
getTitle() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment