chenmy преди 6 години
родител
ревизия
a5b59a357c

+ 229 - 229
TEAMModelOS.SmartTeach/ClientApp/api/api.js

@@ -1,229 +1,229 @@
-import { fetch, post } from '@/filters/http'
-export default {
-  //获取登录跳转链接
-  getLoginLink: function (data) {
-     return post('api/login/login', data);
-  },
-  //验证登录
-  checkLogin: function (data) {
-     return post('api/login/CheckLogin', data);
-  },
-  //获取登录人员角色列表
-  getLoginRoles: function (data) {
-    return post('api/role/GetLoginRoles', data);
-  },
-  //查找地区对应学校列表
-  getSchoolList: function (data) {
-    return post('api/School/getSchool', data);
-  },
-  //根据当前登录用户获取已授权的AI智慧学校
-  getAuthSchool: function (data) {
-    return post('api/School/AuthorizedAISchool', data);
-  },
-  //获取全部科目
-  FindSubjectsByDict: function (data) {
-    return post('api/subject/FindSubjectsByDict', data);
-  },
-  //获取当前学校全部科目
-  FindSchoolSubjectsByDict: function (data) {
-    return post('api/subject/FindSchoolSubjectsByDict', data);
-  },
-  //获取当前学校全部册别
-  FindSchoolVolumesByDict: function (data) {
-    return post('api/volume/FindSchoolVolumesByDict', data);
-  },
-  //获取当前学校全部学段
-  FindSchoolPeriodsByDict: function (data) {
-    return post('api/period/FindSchoolPeriodsByDict', data);
-  },
-  //获取当前学校全部年级
-  FindSchoolGradesByDict: function (data) {
-    return post('api/grade/FindSchoolGradesByDict', data);
-  },
-  //获取当前学校全部学期
-  FindSchoolTermsByDict: function (data) {
-    return post('api/term/FindSchoolTermsByDict', data);
-  },
-  //保存或更新学校科目
-  SaveOrUpdateSchoolSubject: function (data) {
-    return post('api/subject/SaveOrUpdateSchoolSubject', data);
-  },
-  //保存或更新学校册别
-  SaveOrUpdateSchoolVolume: function (data) {
-    return post('api/volume/SaveOrUpdateSchoolVolume', data);
-  },
-  //根据册别及其他条件获取课纲树形结构
-  FindSyllabusByVolumeCode: function (data) {
-    return post('api/syllabus/FindSyllabusByVolumeCode', data);
-  },
-  //保存单个课纲节点
-  SaveOrUpdateSingleNode: function (data) {
-    return post('api/Syllabus/SaveOrUpdate', data);
-  },
-
-
-
-
-
-  //获取登录人员身份信息
-  getLoginClaim: function (data) {
-    return post('api/role/GetLoginClaim', data);
-  },
-
-
-
-
-
-
-
-
-
-
-
-  //学情分析API
-  //查询班年级数据
-  FindGrade: function () {
-    return fetch('/api/class/getGrade?identity=Grade');
-  },
-  //查询学年期数据
-  FindTerm: function () {
-    return fetch('/api/class/getTerm?identity=term');
-  },
-  //查询考试情况
-  FindExam: function () {
-    return fetch('/api/class/getExam?identity=Exam');
-  },
-  //查询基础数据
-  FindBasics: function () {
-    return fetch('/api/class/getBase?identity=Base');
-  },
-  //查询各校成绩排名(堆叠柱状图)
-  FindBargraph: function () {
-    return fetch('/api/class/getExam?identity=EcharsZ');
-  },
-  //查询各项科目表现(雷达图)
-  FindRadargraph: function () {
-    return fetch('/api/class/getExam?identity=EcharsL');
-  },
-  //查询科目表现对比(饼图)
-  FindSubjectsManifestation: function () {
-    return fetch('/api/class/getExam?identity=EcharsY');
-  },
-  //查询历次总分统计表(折线图)
-  FindLinechart: function () {
-    return fetch('/api/class/getExam?identity=EcharsZx');
-  },
-  //查询考试类型
-  FindExamtype: function () {
-    return fetch('/api/class/getExam?identity=ExamType');
-  },
-
-
-  //动态数据
-  //关注年级变化数据
-  FindSelectGrade:function() {
-    return fetch('/api/class/getChange?identity=Changegrade');
-  },
- //关注学年期变化数据
-  FindSelectTerm: function () {
-    return fetch('/api/class/getChangeterm?identity=Changeterm');
-  },
-  //点击某次考试详情 变化数据
-   FindSelectExam: function () {
-     return fetch('/api/class/getChangeExam?identity=Changeexam');
-  },
-  //筛选考试类型 变化数据
-  FindSelectExamType: function () {
-    return fetch('/api/class/getChangeExamType?identity=Changeexamtype');
-  },
-  //显示文科数据  变化数据
-  FindSelectArts: function () {
-    return fetch('/api/class/getChangeArts?identity=Changarts');
-  },
-  //显示理科数据  变化数据
-  FindSelectScience: function () {
-    return fetch('/api/class/getChangeScience?identity=Changscience');
-  },
-  //点击柱状图 赋值到雷达图
-  //成都七中
-  Findcdqz: function () {
-    return fetch('/api/class/getExam?identity=cdqz');
-  },
-  //成都四中
-  Findcdsz: function () {
-    return fetch('/api/class/getExam?identity=cdsz');
-  },
-  //成都九中
-  Findcdjz: function () {
-    return fetch('/api/class/getExam?identity=cdjz')
-  },
-  //成都树德
-  Findcdsd: function () {
-    return fetch('/api/class/getExam?identity=cdsd')
-  },
-  //师大一中
-  Findsdyz: function () {
-    return fetch('/api/class/getExam?identity=sdyz')
-  },
-  //西川中学
-  Findxczx: function () {
-    return fetch('/api/class/getExam?identity=xczx');
-  },
-  //石室中学
-  Findsszx: function () {
-    return fetch('/api/class/getExam?identity=sszx');
-  },
-
-  //任教老师页面
-  //查询关注学年期
-  FindTeachTerm: function () {
-    return fetch('/api/class/getTerm?identity=Teachterm');
-  },
-  //查询数据对比
-  FindTeachContrast: function () {
-    return fetch('/api/class/getTerm?identity=Teachcontrast');
-  },
-  //查询考试信息
-  FindTeachExam: function () {
-    return fetch('/api/class/getExam?identity=TeachExam');
-  },
-  //查询基础数据
-  FindTeachBasics: function () {
-    return fetch('/api/class/getTerm?identity=TeachBase');
-  },
-  //查询各班平均分数排名(柱状图)
-  FindTeachbargraph: function () {
-    return fetch('/api/class/getExam?identity=TeachEcharsZ');
-  },
-  //查询及格率比较
-  FindTeachAnnulus: function () {
-    return fetch('/api/class/getExam?identity=TeachAnnulus');
-  },
-  //查询历次总分统计图
-  FindTeachHistory: function () {
-    return fetch('/api/class/getExam?identity=TeachEcharsZx');
-  },
-  //查询PR值
-  FindTeachPR: function () {
-    return fetch('/api/class/getExam?identity=TeachPie');
-  },
-
-
-  //动态数据
-  //选择关注学年期
-  FindDynamicTerm: function () {
-    return fetch('/api/class/getExam?identity=TeachChangeterm');
-  },
-  //选择数据比较
-  FindDatacompare: function () {
-    return fetch('/api/class/getExam?identity=TeachChangeDatacompare');
-  },
-  //选择考试数据
-  FindClickExam: function () {
-    return fetch('/api/class/getExam?identity=TeachChangeExam');
-  },
-  //点击班级 联动 RP值
-  FindClickPR: function () {
-    return fetch('/api/class/getExam?identity=TeachClickPR');
-  },
-}
+//import { fetch, post } from '@/filters/http'
+//export default {
+//  //获取登录跳转链接
+//  getLoginLink: function (data) {
+//     return post('api/login/login', data);
+//  },
+//  //验证登录
+//  checkLogin: function (data) {
+//     return post('api/login/CheckLogin', data);
+//  },
+//  //获取登录人员角色列表
+//  getLoginRoles: function (data) {
+//    return post('api/role/GetLoginRoles', data);
+//  },
+//  //查找地区对应学校列表
+//  getSchoolList: function (data) {
+//    return post('api/School/getSchool', data);
+//  },
+//  //根据当前登录用户获取已授权的AI智慧学校
+//  getAuthSchool: function (data) {
+//    return post('api/School/AuthorizedAISchool', data);
+//  },
+//  //获取全部科目
+//  FindSubjectsByDict: function (data) {
+//    return post('api/subject/FindSubjectsByDict', data);
+//  },
+//  //获取当前学校全部科目
+//  FindSchoolSubjectsByDict: function (data) {
+//    return post('api/subject/FindSchoolSubjectsByDict', data);
+//  },
+//  //获取当前学校全部册别
+//  FindSchoolVolumesByDict: function (data) {
+//    return post('api/volume/FindSchoolVolumesByDict', data);
+//  },
+//  //获取当前学校全部学段
+//  FindSchoolPeriodsByDict: function (data) {
+//    return post('api/period/FindSchoolPeriodsByDict', data);
+//  },
+//  //获取当前学校全部年级
+//  FindSchoolGradesByDict: function (data) {
+//    return post('api/grade/FindSchoolGradesByDict', data);
+//  },
+//  //获取当前学校全部学期
+//  FindSchoolTermsByDict: function (data) {
+//    return post('api/term/FindSchoolTermsByDict', data);
+//  },
+//  //保存或更新学校科目
+//  SaveOrUpdateSchoolSubject: function (data) {
+//    return post('api/subject/SaveOrUpdateSchoolSubject', data);
+//  },
+//  //保存或更新学校册别
+//  SaveOrUpdateSchoolVolume: function (data) {
+//    return post('api/volume/SaveOrUpdateSchoolVolume', data);
+//  },
+//  //根据册别及其他条件获取课纲树形结构
+//  FindSyllabusByVolumeCode: function (data) {
+//    return post('api/syllabus/FindSyllabusByVolumeCode', data);
+//  },
+//  //保存单个课纲节点
+//  SaveOrUpdateSingleNode: function (data) {
+//    return post('api/Syllabus/SaveOrUpdate', data);
+//  },
+
+
+
+
+
+//  //获取登录人员身份信息
+//  getLoginClaim: function (data) {
+//    return post('api/role/GetLoginClaim', data);
+//  },
+
+
+
+
+
+
+
+
+
+
+
+//  //学情分析API
+//  //查询班年级数据
+//  FindGrade: function () {
+//    return fetch('/api/class/getGrade?identity=Grade');
+//  },
+//  //查询学年期数据
+//  FindTerm: function () {
+//    return fetch('/api/class/getTerm?identity=term');
+//  },
+//  //查询考试情况
+//  FindExam: function () {
+//    return fetch('/api/class/getExam?identity=Exam');
+//  },
+//  //查询基础数据
+//  FindBasics: function () {
+//    return fetch('/api/class/getBase?identity=Base');
+//  },
+//  //查询各校成绩排名(堆叠柱状图)
+//  FindBargraph: function () {
+//    return fetch('/api/class/getExam?identity=EcharsZ');
+//  },
+//  //查询各项科目表现(雷达图)
+//  FindRadargraph: function () {
+//    return fetch('/api/class/getExam?identity=EcharsL');
+//  },
+//  //查询科目表现对比(饼图)
+//  FindSubjectsManifestation: function () {
+//    return fetch('/api/class/getExam?identity=EcharsY');
+//  },
+//  //查询历次总分统计表(折线图)
+//  FindLinechart: function () {
+//    return fetch('/api/class/getExam?identity=EcharsZx');
+//  },
+//  //查询考试类型
+//  FindExamtype: function () {
+//    return fetch('/api/class/getExam?identity=ExamType');
+//  },
+
+
+//  //动态数据
+//  //关注年级变化数据
+//  FindSelectGrade:function() {
+//    return fetch('/api/class/getChange?identity=Changegrade');
+//  },
+// //关注学年期变化数据
+//  FindSelectTerm: function () {
+//    return fetch('/api/class/getChangeterm?identity=Changeterm');
+//  },
+//  //点击某次考试详情 变化数据
+//   FindSelectExam: function () {
+//     return fetch('/api/class/getChangeExam?identity=Changeexam');
+//  },
+//  //筛选考试类型 变化数据
+//  FindSelectExamType: function () {
+//    return fetch('/api/class/getChangeExamType?identity=Changeexamtype');
+//  },
+//  //显示文科数据  变化数据
+//  FindSelectArts: function () {
+//    return fetch('/api/class/getChangeArts?identity=Changarts');
+//  },
+//  //显示理科数据  变化数据
+//  FindSelectScience: function () {
+//    return fetch('/api/class/getChangeScience?identity=Changscience');
+//  },
+//  //点击柱状图 赋值到雷达图
+//  //成都七中
+//  Findcdqz: function () {
+//    return fetch('/api/class/getExam?identity=cdqz');
+//  },
+//  //成都四中
+//  Findcdsz: function () {
+//    return fetch('/api/class/getExam?identity=cdsz');
+//  },
+//  //成都九中
+//  Findcdjz: function () {
+//    return fetch('/api/class/getExam?identity=cdjz')
+//  },
+//  //成都树德
+//  Findcdsd: function () {
+//    return fetch('/api/class/getExam?identity=cdsd')
+//  },
+//  //师大一中
+//  Findsdyz: function () {
+//    return fetch('/api/class/getExam?identity=sdyz')
+//  },
+//  //西川中学
+//  Findxczx: function () {
+//    return fetch('/api/class/getExam?identity=xczx');
+//  },
+//  //石室中学
+//  Findsszx: function () {
+//    return fetch('/api/class/getExam?identity=sszx');
+//  },
+
+//  //任教老师页面
+//  //查询关注学年期
+//  FindTeachTerm: function () {
+//    return fetch('/api/class/getTerm?identity=Teachterm');
+//  },
+//  //查询数据对比
+//  FindTeachContrast: function () {
+//    return fetch('/api/class/getTerm?identity=Teachcontrast');
+//  },
+//  //查询考试信息
+//  FindTeachExam: function () {
+//    return fetch('/api/class/getExam?identity=TeachExam');
+//  },
+//  //查询基础数据
+//  FindTeachBasics: function () {
+//    return fetch('/api/class/getTerm?identity=TeachBase');
+//  },
+//  //查询各班平均分数排名(柱状图)
+//  FindTeachbargraph: function () {
+//    return fetch('/api/class/getExam?identity=TeachEcharsZ');
+//  },
+//  //查询及格率比较
+//  FindTeachAnnulus: function () {
+//    return fetch('/api/class/getExam?identity=TeachAnnulus');
+//  },
+//  //查询历次总分统计图
+//  FindTeachHistory: function () {
+//    return fetch('/api/class/getExam?identity=TeachEcharsZx');
+//  },
+//  //查询PR值
+//  FindTeachPR: function () {
+//    return fetch('/api/class/getExam?identity=TeachPie');
+//  },
+
+
+//  //动态数据
+//  //选择关注学年期
+//  FindDynamicTerm: function () {
+//    return fetch('/api/class/getExam?identity=TeachChangeterm');
+//  },
+//  //选择数据比较
+//  FindDatacompare: function () {
+//    return fetch('/api/class/getExam?identity=TeachChangeDatacompare');
+//  },
+//  //选择考试数据
+//  FindClickExam: function () {
+//    return fetch('/api/class/getExam?identity=TeachChangeExam');
+//  },
+//  //点击班级 联动 RP值
+//  FindClickPR: function () {
+//    return fetch('/api/class/getExam?identity=TeachClickPR');
+//  },
+//}

BIN
TEAMModelOS.SmartTeach/ClientApp/assets/image/resource/activity_bg_ico01.png


+ 4 - 5
TEAMModelOS.SmartTeach/ClientApp/components/resource/activitycommon.vue

@@ -4,7 +4,7 @@
     <div class="nav_list_box">
       <div class="nav_list">
         <ul class="activity_navlist">
-          <li class="nav_name" v-for="item in navname"><a href="" style="color:#fff">{{item.title}}</a></li>
+          <li class="nav_name" v-for="item in navname"><a :href="item.url" style="color:#fff">{{item.title}}</a></li>
         </ul>
         <div class="join">
           <img src="../../assets/image/resource/btn_join.png" />
@@ -42,12 +42,11 @@
         digits2:9835,
         digits3:23156,
         navname: [
-          { "id": 1, "title": '活动首页', "url": '', },
-          { "id": 2, "title": '活动指南', "url": '', },
+          { "id": 1, "title": '活动首页', "url": '/activity', },
+          { "id": 2, "title": '活动指南', "url": '/activityguide', },
           { "id": 3, "title": '作品展示', "url": '', },
           { "id": 4, "title": '活动排行', "url": '', },
-          { "id": 5, "title": '活动奖项', "url": '', },
-          { "id": 6, "title": '课题证书', "url": '', }
+          { "id": 5, "title": '课题证书', "url": '', }
         ],
       }
     }

+ 20 - 20
TEAMModelOS.SmartTeach/ClientApp/components/resource/recommend.vue

@@ -63,7 +63,7 @@
         <p class="left_title">最新资源</p>
         <ul class="recommend_left">
           <li class="recommend_list" v-for="items in news">
-            <a href="" style="color:#555;">
+            <a :href="items.url" style="color:#555;">
               <div class="recommend_list_title"><Icon :type="items.icon" size="16" />{{items.title}}.{{items.type}}</div><div class="recommend_list_time">{{items.time}}</div>
             </a>
           </li>
@@ -73,7 +73,7 @@
         <p class="left_title">最热资源</p>
         <ul class="recommend_left">
           <li class="recommend_list" v-for="item in hot">
-            <a href="" style="color:#555;">
+            <a href="item.url" style="color:#555;">
               <div class="recommend_list_title"><Icon :type="item.icon" size="16" :class="item.iconclass" />{{item.title}}</div><div class="recommend_list_time"><Icon type="ios-eye" size="18" />{{item.looknum}}</div>
             </a>
            </li>
@@ -91,26 +91,26 @@
     data() {
       return {
         news: [
-          { "id": 1, "title": '衣服上的水跑到哪去', "type": 'mp4', "icon":'ios-videocam',"time": '05-08' },
-          { "id": 2, "title": '人教版-一元二次方程式.', "type": 'ppt', "icon": 'md-bookmarks', "time":'03-25' },
-          { "id": 3, "title": '秋天', "type": 'doc', "icon":'md-copy',"time": '04-12' },
-          { "id": 4, "title": '鸽巢问题', "type": 'docx', "icon": 'md-copy', "time": '02-18' },
-          { "id": 5, "title": '美术设计', "type": 'png', "icon": 'ios-image', "time": '03-08' },
-          { "id": 6, "title": '秋天', "type": 'doc', "icon": 'md-copy', "time": '04-12' },
-          { "id": 7, "title": '鸽巢问题', "type": 'docx', "icon": 'md-copy', "time": '02-18' },
-          { "id": 8, "title": '美术设计', "type": 'png', "icon": 'ios-image', "time": '03-08' },
-          { "id": 9, "title": '衣服上的水跑到哪去', "type": 'mp4', "icon": 'ios-videocam', "time": '05-08' },
+          { "id": 1, "title": '衣服上的水跑到哪去', "type": 'mp4', "icon":'ios-videocam',"time": '05-08',"url":'/videodetails' },
+          { "id": 2, "title": '人教版-一元二次方程式', "type": 'doc', "icon": 'md-bookmarks', "time":'03-25',"url":'/details' },
+          { "id": 3, "title": '秋天', "type": 'doc', "icon": 'md-copy', "time": '04-12', "url": '/details' },
+          { "id": 4, "title": '鸽巢问题', "type": 'docx', "icon": 'md-copy', "time": '02-18', "url": '/details' },
+          { "id": 5, "title": '美术设计', "type": 'png', "icon": 'ios-image', "time": '03-08', "url": '/details' },
+          { "id": 6, "title": '秋天', "type": 'doc', "icon": 'md-copy', "time": '04-12', "url": '/details' },
+          { "id": 7, "title": '鸽巢问题', "type": 'docx', "icon": 'md-copy', "time": '02-18', "url": '/details'},
+          { "id": 8, "title": '美术设计', "type": 'mp4', "icon": 'ios-image', "time": '03-08', "url": '/videodetails' },
+          { "id": 9, "title": '衣服上的水跑到哪去', "type": 'mp4', "icon": 'ios-videocam', "time": '05-08', "url": '/videodetails' },
         ],
         hot: [
-          { "id": 1, "title": '2018年高考文综北京卷.doc', "icon": 'md-trophy', "iconclass": "one", "looknum": '12652', },
-          { "id": 2, "title": '2018年高考理综四川卷.doc', "icon": 'md-trophy', "iconclass": "two", "looknum": '11012', },
-          { "id": 3, "title": '2018年高考文综四川卷.doc', "icon": 'md-trophy', "iconclass": "three", "looknum": '9152', },
-          { "id": 4, "title": '2018年高考理综新课标Ⅰ卷.doc', "icon": 'md-medal', "iconclass": "", "looknum": '8652', },
-          { "id": 5, "title": '湖北省武汉市2018年中考数学模拟题.doc', "icon": 'md-medal', "iconclass": "", "looknum": '6652', },
-          { "id": 6, "title": '湖北省武汉市2018年中考物理模拟题.doc', "icon": 'md-medal', "iconclass": "", "looknum": '6352', },
-          { "id": 7, "title": '2018高考真题语文全国卷Ⅱ解析.doc', "icon": 'md-medal', "iconclass": "", "looknum": '6152', },
-          { "id": 8, "title": '2018年高考文综全国卷Ⅰ.doc', "icon": 'md-medal', "iconclass": "", "looknum": '5652', },
-          { "id": 9, "title": '2016年高考文综北京卷.doc', "icon": 'md-medal', "iconclass": "", "looknum": '4352', },
+          { "id": 1, "title": '2018年高考文综北京卷.doc', "icon": 'md-trophy', "iconclass": "one", "looknum": '12652', "url": '/details'},
+          { "id": 2, "title": '2018年高考理综四川卷.doc', "icon": 'md-trophy', "iconclass": "two", "looknum": '11012', "url": '/details' },
+          { "id": 3, "title": '2018年高考文综四川卷.doc', "icon": 'md-trophy', "iconclass": "three", "looknum": '9152', "url": '/details'},
+          { "id": 4, "title": '2018年高考理综新课标Ⅰ卷.doc', "icon": 'md-medal', "iconclass": "", "looknum": '8652', "url": '/details' },
+          { "id": 5, "title": '湖北省武汉市2018年中考数学模拟题.doc', "icon": 'md-medal', "iconclass": "", "looknum": '6652', "url": '/details' },
+          { "id": 6, "title": '湖北省武汉市2018年中考物理模拟题.doc', "icon": 'md-medal', "iconclass": "", "looknum": '6352', "url": '/details'},
+          { "id": 7, "title": '2018高考真题语文全国卷Ⅱ解析.doc', "icon": 'md-medal', "iconclass": "", "looknum": '6152', "url": '/details' },
+          { "id": 8, "title": '2018年高考文综全国卷Ⅰ.doc', "icon": 'md-medal', "iconclass": "", "looknum": '5652', "url": '/details'},
+          { "id": 9, "title": '2016年高考文综北京卷.doc', "icon": 'md-medal', "iconclass": "", "looknum": '4352', "url": '/details' },
         ],
       }
     },

+ 5 - 2
TEAMModelOS.SmartTeach/ClientApp/router/routes.js

@@ -7,10 +7,11 @@ import Library from '@/view/resource/resourceindex/library.vue'
 import Details from '@/view/resource/resourceindex/details.vue'
 import Videodetails from '@/view/resource/resourceindex/videodetails.vue'
 import Activity from '@/view/resource/activity'
+import ActivityGuide from '@/view/resource/activity_guide.vue'
+import ActivityShow from '@/view/resource/activity_show.vue'
 import HomePage from '@/view/resource/HomePage'
 import Teacher from '@/view/resource/Teacher'
 import TeacherZone from '@/view/resource/TeacherZone'
-
 import { resolve } from 'url';
 
 export const routes = [  
@@ -19,7 +20,9 @@ export const routes = [
   { name: 'library', path: '/library', component: Library },
   { name: 'details', path: '/details', component: Details },
   { name: 'videodetails', path: '/videodetails', component: Videodetails },
-  { name: 'activity', path: '/activity', component: Activity},
+  { name: 'activity', path: '/activity', component: Activity },
+  { name: 'ActivityGuide', path: '/activityguide', component: ActivityGuide },
+  { name: 'ActivityShow', path: '/activityshow', component: ActivityShow },
   { name: 'HomePage', path: '/HomePage', component: HomePage },
   { name: 'Teacher', path: '/Teacher', component: Teacher },
   { name: 'TeacherZone', path: '/TeacherZone', component: TeacherZone },

Файловите разлики са ограничени, защото са твърде много
+ 408 - 0
TEAMModelOS.SmartTeach/ClientApp/view/resource/activity_guide.vue


+ 27 - 0
TEAMModelOS.SmartTeach/ClientApp/view/resource/activity_show.vue

@@ -0,0 +1,27 @@
+<template>
+  <div class="activity_container">
+    <Header></Header>
+    <Activitycommon></Activitycommon>
+    <Footer></Footer>
+  </div>
+</template>
+<script>
+import Header from '@/common/headers.vue'
+  import Footer from '@/common/footer.vue'
+  import Activitycommon from '@/components/resource/activitycommon.vue'
+  export default {
+    components: {
+      Header,
+      Footer,
+      Activitycommon,
+    },
+    data() {
+      return {
+      
+      }
+    }
+  }
+</script>
+<style>
+ 
+</style>

+ 3 - 0
TEAMModelOS.SmartTeach/ClientApp/view/resource/resourceindex/videodetails.vue

@@ -94,6 +94,9 @@
         } else if (this.$route.query.id == '4') {
           this.title = '人教二上第四单元_2,3的乘法口诀',
             this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/51/d5954e58a8b841b0b7a175a92c1d2af9/09d1fff750fe426699d6d831cf6c6a97/7dcf1f36c99d460f99bfcacff3f84335.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T09:01:26Z/-1//9f5b259695d3e253c934e21f37560245f93e60ebaccf816c1ec346b9dd394599';
+        } else if (this.$route.path == '/videodetails') {
+          this.title = '人教五上第五单元_列方程解决实际问题',
+            this.videourl = 'http://mct-whtymct.huijiaoyun.com/gfs_mnt/data7/2017/12/14/16/33/d5954e58a8b841b0b7a175a92c1d2af9/af13a29dc9db4e5cb0cf1f39602940e9/a090dc48419942be8edfb79cfce49899.mp4?authorization=bce-auth-v1/08da4fd5cf644d458c950b09bdb95666/2017-12-14T08:46:29Z/-1//c6ff6e09909a38673aeedbbe8f74ab964771f45359a8728f06b0f7f5e164ac20';
         }
       }
     }