Commit ae6f8a45 authored by youjie's avatar youjie

提交

parent 66998abd
......@@ -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