11wqe1 před 6 dny
rodič
revize
3b6b3206e3

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
dist/css/app.e4ac3716.css


+ 1 - 1
dist/index.html

@@ -36,7 +36,7 @@
         width: 100%;
         background: #e6eaf0;
         font-family: '黑体';
-      }</style><script defer="defer" src="/js/chunk-vendors.a039e0a6.js"></script><script defer="defer" src="/js/app.828080dc.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.4adb9d4f.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
+      }</style><script defer="defer" src="/js/chunk-vendors.a039e0a6.js"></script><script defer="defer" src="/js/app.57d3f7e8.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.e4ac3716.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but pblAdminTable doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
dist/js/app.57d3f7e8.js


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
dist/js/app.57d3f7e8.js.map


+ 10 - 4
src/views/HomeView.vue

@@ -276,9 +276,9 @@ export default {
 			betaL: this.$region,
 			clearifa: "",
 			msgNum: 0,
-			cocoNoteType: '',
+			cocoNoteType: this.$route.query.type,
 			// cocoNoteType: '666',
-			courseId: '',
+			courseId: this.$route.query.courseid,
 			// courseId: 'da5aa5b7-a98c-11f0-84cf-005056924926',
 			// 荔园集团下的学校
 			mergedList: [
@@ -876,8 +876,14 @@ export default {
 		console.log("重新获取数据");
 		// console.log('this.$route.query.courseId',this.$route.query.courseid);
 		
-		this.cocoNoteType = this.getUrlParam(window.parent.location.href, 'type');
-		this.courseId = this.getUrlParam(window.parent.location.href, 'courseid');
+		let page1 = this.getUrlParam(window.parent.location.href, 'type');
+		let page2 = this.getUrlParam(window.parent.location.href, 'courseid');
+
+		if (page1) {
+			this.cocoNoteType = page1
+			this.courseId = page2
+		}
+
 		// this.courseId = this.$route.query.courseid
 		// this.cocoNoteType = this.$route.query.type
 

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů