From 681c540ed616c09ca9ae00ed3b26dc761532cf41 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Tue, 30 Nov 2021 04:04:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangepage/mytemplate/main.js | 2 +- src/pages/exchangepage/template/main.js | 2 +- src/pages/home/home.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 fb1bc4df..558630c0 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'