解决bug
This commit is contained in:
parent
c9f8d1a734
commit
681c540ed6
|
@ -26,7 +26,7 @@ const Column = [
|
||||||
type: "normal",
|
type: "normal",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '兑换页类型',
|
title: '落地页类型',
|
||||||
prop: 'client',
|
prop: 'client',
|
||||||
name: 'client',
|
name: 'client',
|
||||||
type: "slot",
|
type: "slot",
|
||||||
|
|
|
@ -110,7 +110,7 @@ export default class mytemplate extends React.Component{
|
||||||
}
|
}
|
||||||
|
|
||||||
sessionStorage.setItem("pageInfo", JSON.stringify(row))
|
sessionStorage.setItem("pageInfo", JSON.stringify(row))
|
||||||
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")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -121,8 +121,8 @@ export default class App extends Component {
|
||||||
name:'落地页管理',
|
name:'落地页管理',
|
||||||
childmenu:[
|
childmenu:[
|
||||||
{
|
{
|
||||||
group:'兑换页列表',
|
group:'落地页列表',
|
||||||
items:[{path:'/home/exchangepage',name:'兑换页列表'},{path:'/home/myexchangetemplate',name:'我的模板'}]
|
items:[{path:'/home/exchangepage',name:'落地页列表'},{path:'/home/myexchangetemplate',name:'我的模板'}]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
path:'/home/exchangepage'
|
path:'/home/exchangepage'
|
||||||
|
|
Loading…
Reference in New Issue