Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend

This commit is contained in:
姜棚 2021-11-25 11:16:21 +08:00
commit e52afd97dd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default class mytemplate extends React.Component{
createBox(){ createBox(){
sessionStorage.setItem("pageInfo","") sessionStorage.setItem("pageInfo","")
let link = window.location.href.replace(window.location.hash,"#/home/edittemplate/"); let link = window.location.href.replace(window.location.hash,"#/home/edittemplate");
window.open(link, "_blank") window.open(link, "_blank")
} }
sourceClick(e){ sourceClick(e){