feat: 发布公告,积分获取和修改

This commit is contained in:
王熙东
2022-11-24 17:31:00 +08:00
parent 1dd90d9b1e
commit 9df0de97b1
2 changed files with 266 additions and 54 deletions

View File

@@ -346,7 +346,7 @@ export default {
storage.remove("projectAddId");
setTimeout(() => {
router.push({
path: "/manage/libraryAdd",
path: "/libraryAdd",
});
}, 400);
};