Sfoglia il codice sorgente

课程中心跳转纠错添加

canghailong 7 mesi fa
parent
commit
7d2a84104e
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 0 1
      src/views/forum/addForum.vue
  2. 2 2
      src/views/student/classCentre/index.vue

+ 0 - 1
src/views/forum/addForum.vue

@@ -110,7 +110,6 @@
 	// 关闭抽屉
 	const onClose = () => {
 		formRef.value.resetFields()
-		window.close()
 		router.push({
 			path: '/forum'
 		})

+ 2 - 2
src/views/student/classCentre/index.vue

@@ -289,8 +289,8 @@
 			query: {
 				postType:2,
 				id:selectedKeys.value[0],
-				videoUrl:btoa(encodeURIComponent(videoRef.value.src)),
-				title:item.name
+				title:item.name,
+				videoUrl:btoa(encodeURIComponent(videoRef.value.src))
 			}
 		})
 	}