Commit cf11c2ee authored by Mac's avatar Mac

1

parent f1ef1856
<template>
</template>
<script>
export default {
name: "prepareclassDetails"
}
</script>
<style scoped>
</style>
......@@ -143,6 +143,11 @@ const routes = [{
component: () =>
import("pages/course/lessonPreparation.vue")
},
{
path: "/course/prepareclassDetails", //教师备课 备课详情
component: () =>
import("pages/course/prepareclassDetails.vue")
},
{
path: "/financial/PlatformAccount", //平台账户
component: () =>
......
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