Commit 9e843d08 by qinjianhui

fix: 问题修改

parent 7bb73c58
......@@ -330,7 +330,7 @@ export default {
async release(item) {
try {
const res = await get(
'sysAnnouncement/publish/' + item.id,
'sys/announcement/publish/' + item.id,
)
if (res.code !== 200) return
this.$message.success(res.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment