feat:合并

This commit is contained in:
lixg
2023-02-26 10:51:57 +08:00
13 changed files with 80 additions and 48 deletions

View File

@@ -295,6 +295,7 @@ const getDetail = () =>
const backPage = () => {
router.push({
path: "/libraryAdd",
query: { projectTemplateId : route.query.projectTemplateId}
});
};