| 
														
															@@ -3,7 +3,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @Author: 空白格 
														 | 
														
														 | 
														
															  * @Author: 空白格 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @Date: 2022-08-11 17:53:41 
														 | 
														
														 | 
														
															  * @Date: 2022-08-11 17:53:41 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @LastEditors: 空白格 
														 | 
														
														 | 
														
															  * @LastEditors: 空白格 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- * @LastEditTime: 2022-12-20 17:48:08 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ * @LastEditTime: 2022-12-21 14:29:18 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @FilePath: \veterans_client_web\src\views\SkillTraining\SkillTrainingIndex.vue 
														 | 
														
														 | 
														
															  * @FilePath: \veterans_client_web\src\views\SkillTraining\SkillTrainingIndex.vue 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved. 
														 | 
														
														 | 
														
															  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved. 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 --> 
														 | 
														
														 | 
														
															 --> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -120,6 +120,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { mapState } from "vuex"; 
														 | 
														
														 | 
														
															 import { mapState } from "vuex"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import BannerBreadcrumb from "@/components/BannerBreadcrumb"; 
														 | 
														
														 | 
														
															 import BannerBreadcrumb from "@/components/BannerBreadcrumb"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { jumpPageAuth } from "@/utils"; 
														 | 
														
														 | 
														
															 import { jumpPageAuth } from "@/utils"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { getDictData } from "@/api/Dict"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { 
														 | 
														
														 | 
														
															 import { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   getClassNoticeData, 
														 | 
														
														 | 
														
															   getClassNoticeData, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   signUpClass, 
														 | 
														
														 | 
														
															   signUpClass, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -142,6 +143,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       total: 0, 
														 | 
														
														 | 
														
															       total: 0, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       loading: false, 
														 | 
														
														 | 
														
															       loading: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       learnTime: 0, 
														 | 
														
														 | 
														
															       learnTime: 0, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      chatUrl: "http://localhost:8080", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }; 
														 | 
														
														 | 
														
															     }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   computed: { 
														 | 
														
														 | 
														
															   computed: { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -153,6 +155,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   mounted() { 
														 | 
														
														 | 
														
															   mounted() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     this.getClassNotice(); 
														 | 
														
														 | 
														
															     this.getClassNotice(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     this.getPackageList(); 
														 | 
														
														 | 
														
															     this.getPackageList(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    this.getDictData(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     setTimeout(() => { 
														 | 
														
														 | 
														
															     setTimeout(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (this.isLogin) { 
														 | 
														
														 | 
														
															       if (this.isLogin) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.getDuration(); 
														 | 
														
														 | 
														
															         this.getDuration(); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -160,6 +163,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 500); 
														 | 
														
														 | 
														
															     }, 500); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   methods: { 
														 | 
														
														 | 
														
															   methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    getDictData() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      getDictData({ key: "portal_site_chat_url" }).then((res) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.chatUrl = res?.data[0].text; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     /** 
														 | 
														
														 | 
														
															     /** 
														 | 
													
												
											
												
													
														| 
														 | 
														
															      * 获取报班通知 
														 | 
														
														 | 
														
															      * 获取报班通知 
														 | 
													
												
											
												
													
														| 
														 | 
														
															      * @date 2022-08-12 
														 | 
														
														 | 
														
															      * @date 2022-08-12 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -242,9 +250,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.getPackageList(); 
														 | 
														
														 | 
														
															       this.getPackageList(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     openChatPage() { 
														 | 
														
														 | 
														
															     openChatPage() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      window.open( 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        `http://localhost:8080?userID=${this.userInfo.id}&permission=2` 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      ); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      if (this.userInfo.id) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        window.open(`${this.chatUrl}?userID=${this.userInfo.id}&permission=2`); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } else { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        this.$message.warning('请先登录!') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }, 
														 | 
														
														 | 
														
															   }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -419,6 +429,9 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             color: #3f3f3f; 
														 | 
														
														 | 
														
															             color: #3f3f3f; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             div { 
														 | 
														
														 | 
														
															             div { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               margin: 5px 0; 
														 | 
														
														 | 
														
															               margin: 5px 0; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              overflow: hidden; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              white-space: nowrap; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+              text-overflow: ellipsis; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             } 
														 | 
														
														 | 
														
															             } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             div:last-child { 
														 | 
														
														 | 
														
															             div:last-child { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															               color: #a2a2a2; 
														 | 
														
														 | 
														
															               color: #a2a2a2; 
														 |