Sfoglia il codice sorgente

论坛按钮类型

canghailong 6 mesi fa
parent
commit
a394f01769
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. 0 10
      src/views/student/forumBtn/index.vue

+ 0 - 10
src/views/student/forumBtn/index.vue

@@ -70,16 +70,6 @@
 	const intersect = computed(()=>{
 		return [0, 1, 2].filter(e=>props.isShow.includes(e)).length
 	})
-	const jumpRedressUrl = (t) => {
-		router.push({
-			path: '/forum/addForum',
-			query: {
-				...props.forumData,
-				postType: t,
-				resourceType: props.resourceType
-			}
-		})
-	}
 </script>
 
 <style lang="less" scoped>