mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
添加学习路径图
This commit is contained in:
12
src/views/study/StudyPath.vue
Normal file
12
src/views/study/StudyPath.vue
Normal 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>
|
||||
Reference in New Issue
Block a user