解决bug

This commit is contained in:
red-deng-deng 2021-11-30 04:04:46 +08:00
parent c9f8d1a734
commit 681c540ed6
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ const Column = [
type: "normal", type: "normal",
}, },
{ {
title: '兑换页类型', title: '落地页类型',
prop: 'client', prop: 'client',
name: 'client', name: 'client',
type: "slot", type: "slot",

View File

@ -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")
} }

View File

@ -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'