在线blog初步完成

This commit is contained in:
simple321vip
2022-04-27 09:18:20 +08:00
parent 6e5d90d613
commit fff3ee0a3d
6 changed files with 177 additions and 87 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const openBlog = () => {
const openBlogEditer = () => {
const { href } = router.resolve({
path: '/edit_blog=1'
path: '/write'
});
window.open(href, '_blank');
}