diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index fb97ceabb..9c26978b5 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -1150,6 +1150,44 @@ "enablePullDownRefresh": false } }, + // 智慧教学设计 + { + "path": "pages/EducationalAdministration/SmartEducation/list", + "style": { + "navigationBarTitleText": "智慧教学设计", + "enablePullDownRefresh": false + } + }, { + "path": "pages/EducationalAdministration/SmartEducation/single", + "style": { + "navigationBarTitleText": "观看课程", + "enablePullDownRefresh": false + } + }, { + "path": "pages/EducationalAdministration/SmartEducation/AIres", + "style": { + "navigationBarTitleText": "结果", + "enablePullDownRefresh": false + } + }, { + "path": "pages/EducationalAdministration/SmartEducation/record", + "style": { + "navigationBarTitleText": "查看记录", + "enablePullDownRefresh": false + } + }, { + "path": "pages/EducationalAdministration/practiceCourse/list", + "style": { + "navigationBarTitleText": "我的自主练习课程", + "enablePullDownRefresh": false + } + }, { + "path": "pages/EducationalAdministration/practiceCourse/single", + "style": { + "navigationBarTitleText": "上传课程", + "enablePullDownRefresh": false + } + }, // 统一应用 { "path": "pages/SSO/MyApp/list", diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/AIres.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/AIres.vue new file mode 100644 index 000000000..902240def --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/AIres.vue @@ -0,0 +1,143 @@ + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/list.vue new file mode 100644 index 000000000..21e18fa89 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/list.vue @@ -0,0 +1,145 @@ + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/record.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/record.vue new file mode 100644 index 000000000..c130a8597 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/record.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/single.vue new file mode 100644 index 000000000..0380fecac --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SmartEducation/single.vue @@ -0,0 +1,206 @@ + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/list.vue new file mode 100644 index 000000000..7fbcc41d2 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/list.vue @@ -0,0 +1,127 @@ + + + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/single.vue new file mode 100644 index 000000000..0edb73703 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/practiceCourse/single.vue @@ -0,0 +1,152 @@ + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue index 8c53f1ae2..0fe7b3a80 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue @@ -53,13 +53,17 @@ {{ item.F_Name }} - + 更多应用 + >更多应用 + + + + + + 统计数据 @@ -711,6 +715,14 @@ export default { background-color: #fff; overflow: hidden; } + + .smartEdu{ + text-align: center; + padding-bottom: 28rpx; + img{ + width: 90%; + } + } } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/empty.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/empty.png new file mode 100644 index 000000000..437283862 Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/empty.png differ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AI.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AI.png new file mode 100644 index 000000000..c3619b2e5 Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AI.png differ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AIres.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AIres.png new file mode 100644 index 000000000..47eebd9eb Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/AIres.png differ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/banner.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/banner.png new file mode 100644 index 000000000..267fb3f78 Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/banner.png differ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/btn.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/btn.png new file mode 100644 index 000000000..0daedb350 Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/btn.png differ diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/time.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/time.png new file mode 100644 index 000000000..88e6eca91 Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/img-smartEducation/time.png differ