Update styles and routing in components

This commit is contained in:
wangqiao
2025-08-28 22:11:31 +08:00
parent 6074bf9c8d
commit 6b8e6918aa
6 changed files with 52 additions and 51 deletions

View File

@ -199,6 +199,7 @@
console.log(res)
if (res.code === 0) {
ElMessage.success('发表成功')
router.back()
// router.push('/communication/channel')
}
})