Browse Source

更新代码

luohailiang 2 years ago
parent
commit
bcd41fdc31

+ 2 - 2
special_course/index.html

@@ -39,8 +39,8 @@
 	<div style="display:none;"><script type="text/javascript" src="https://s19.cnzz.com/z_stat.php?id=1274753321&web_id=1274753321"></script></div>
 </body>
 <script src="./js/jquery.min.js"></script>
-<script src="./js/config.js?v=20221118"></script>
-<script src="./js/request.js?v=20221118"></script>
+<script src="./js/config.js?v=20221128"></script>
+<script src="./js/request.js?v=20221128"></script>
 <script src="./js/app.js?v=20221118"></script>
 
 </html>

+ 7 - 7
special_course/js/config.js

@@ -1,12 +1,12 @@
 var gobalData={
     link:{
-        course_list:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_list&data_type=json",
-        classify_list:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=cate&data_type=json",
-        course_detail:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=txwx_special_course_detail&data_type=json",
-        course_chapter:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_chapter&data_type=json",
-        course_company:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_team",
-        popular_recommend:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_label&data_type=json",
-        popular_search:"http://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_keyword&data_type=json"
+        course_list:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_list&data_type=json",
+        classify_list:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=cate&data_type=json",
+        course_detail:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=txwx_special_course_detail&data_type=json",
+        course_chapter:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_chapter&data_type=json",
+        course_company:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_team",
+        popular_recommend:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_label&data_type=json",
+        popular_search:"https://www.txhlwxx.com/index.php?mod=special_course&action=index&do=special_course_keyword&data_type=json"
     },
     courseLoading:false,
     listPage:1,

+ 1 - 1
teacher_classroom/detail.html

@@ -36,7 +36,7 @@
 	</body>
 	<script src="./js/jquery.min.js"></script>
 	<script src="./assets/cookie/jquery.cookie.js"></script>
-	<script src="./js/config.js?v=20221118"></script>
+	<script src="./js/config.js?v=20221128"></script>
 	<script src="./js/request.js?v=20221118"></script>
 	<script src="./js/detail.js?v=20221118"></script>
 	

+ 1 - 1
teacher_classroom/index.html

@@ -39,7 +39,7 @@
 </body>
 <script src="./js/jquery.min.js"></script>
 <script src="./assets/cookie/jquery.cookie.js"></script>
-<script src="./js/config.js?v=20221118"></script>
+<script src="./js/config.js?v=20221128"></script>
 <script src="./js/request.js?v=20221118"></script>
 <script src="./js/app.js?v=20221118"></script>
 </html>

BIN
teacher_classroom/js/.DS_Store


+ 7 - 7
teacher_classroom/js/config.js

@@ -1,12 +1,12 @@
 var gobalData={
     link:{
-        course_list:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_list&data_type=json",
-        classify_list:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=cate&data_type=json",
-        course_detail:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=txwx_teacher_online_detail&data_type=json",
-        course_chapter:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_chapter&data_type=json",
-        course_company:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_team",
-        popular_recommend:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_label&data_type=json",
-        popular_search:"http://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_keyword&data_type=json"
+        course_list:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_list&data_type=json",
+        classify_list:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=cate&data_type=json",
+        course_detail:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=txwx_teacher_online_detail&data_type=json",
+        course_chapter:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_chapter&data_type=json",
+        course_company:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_team",
+        popular_recommend:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_label&data_type=json",
+        popular_search:"https://www.txhlwxx.com/index.php?mod=teacher_online&action=index&do=teacher_online_keyword&data_type=json"
     },
     courseLoading:false,
     listPage:1,