添加学习路径图

This commit is contained in:
daihh
2022-12-13 16:13:15 +08:00
parent c0d64327f6
commit 009899d13a
3 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<template>
<!--学习路径图-->
<div style="height: 100%;">
<iframe src="/fe-student/learnpath" style="width: 100%;height: 100%;" frameborder="0"></iframe>
</div>
</template>
<script>
</script>
<style>
</style>