feat: 完成子文章的操作

This commit is contained in:
陈淳
2023-03-12 19:49:08 +08:00
parent 1eac218910
commit 8e56667760
40 changed files with 569 additions and 337 deletions

View File

@@ -104,7 +104,13 @@ const loadDiscussList=async()=>{
//进入添加主题页面
const enterEditArticle=()=>{
router.push(`/editArt/discuss/create/${route.params.plateId}`)
//跳转路由
var routerPer= { path: '/editArt', query: {
operType: 'create',
artType:'discuss',
plateId:route.params.plateId,
}}
router.push(routerPer);
}
</script>
<style scoped>