提交 c2bd58e3 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 8102f02f
......@@ -7,7 +7,7 @@
<div class="nav-right">
<div class="nav-a">
<a :href="documentUrl" target="_blank">{{ $t('components.learnSysLayout.navigation.handlbook') }}</a>
<a href="https://library.ciis.edu" target="_blank">{{ $t('components.learnSysLayout.navigation.library') }}</a>
<!-- <a href="https://library.ciis.edu" target="_blank">{{ $t('components.learnSysLayout.navigation.library') }}</a> -->
</div>
<div class="notify" @click="goNotify()">
{{ $t('components.learnSysLayout.navigation.tip') }}
......@@ -109,7 +109,7 @@ export default {
setTimer() {
this.timer = setInterval(() => {
this.getSignDocument(this.sign.flowid).then(response => {
if (this.documentUrl) {
if (response.code === 1) {
this.clearTimer()
this.dialogVisible = false
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论