diff --git a/src/pages/exchangepage/mytemplate/main.js b/src/pages/exchangepage/mytemplate/main.js index b89365dd..55291b25 100644 --- a/src/pages/exchangepage/mytemplate/main.js +++ b/src/pages/exchangepage/mytemplate/main.js @@ -26,7 +26,7 @@ const Column = [ type: "normal", }, { - title: '兑换页类型', + title: '落地页类型', prop: 'client', name: 'client', type: "slot", diff --git a/src/pages/exchangepage/template/main.js b/src/pages/exchangepage/template/main.js index 53ed6d36..9c5567a7 100644 --- a/src/pages/exchangepage/template/main.js +++ b/src/pages/exchangepage/template/main.js @@ -110,7 +110,7 @@ export default class mytemplate extends React.Component{ } 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") } diff --git a/src/pages/home/home.js b/src/pages/home/home.js index 5b76866f..eaa769bb 100644 --- a/src/pages/home/home.js +++ b/src/pages/home/home.js @@ -121,8 +121,8 @@ export default class App extends Component { name:'落地页管理', childmenu:[ { - group:'兑换页列表', - items:[{path:'/home/exchangepage',name:'兑换页列表'},{path:'/home/myexchangetemplate',name:'我的模板'}] + group:'落地页列表', + items:[{path:'/home/exchangepage',name:'落地页列表'},{path:'/home/myexchangetemplate',name:'我的模板'}] } ], path:'/home/exchangepage'