Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend
This commit is contained in:
commit
e52afd97dd
|
@ -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){
|
||||||
|
|
Loading…
Reference in New Issue