Commit 7d24140c authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/viitto/pptist

parents e5eed9da ae6f8a45
......@@ -50,9 +50,11 @@ const userLoginHandler = async ()=>{
}
//}
result.value = response
} else
} else{
result.value = { isSuccess:false, message:'无法获取到令牌信息'}
loading.close()
loading.close()
}
}
userLoginHandler()
</script>
......
......@@ -98,6 +98,7 @@
>
<LinkDialog @close="linkDialogVisible = false" />
</Modal>
<el-tooltip></el-tooltip>
</div>
<SourceCard v-if="model!=1" scroll-id="canvas-view-wrap"></SourceCard>
</template>
......
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