|
|
@@ -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>
|