add jenkinsfile

This commit is contained in:
simple321vip
2022-08-22 22:12:40 +08:00
parent 98fb990a34
commit d9202040c1
2 changed files with 133 additions and 1 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ const openBlog = (bid: string) => {
const openBlogEditer = () => {
const { href } = router.resolve({
path: '/write'
path: '/write/'
});
window.open(href, '_blank');
}