Merge branches 'develop' and 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
zhangyc
2022-12-20 00:15:51 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ export default {
// console.log(res);
if (res.data.code === 200) {
message.destroy();
message.success("发布成功");
// message.success("发布成功");
state.noticeContent1 =
res.data.data.notice == "" ? "暂无公告" : res.data.data.notice;
handleCancel();