解决兑换码管理编辑页面取消点不动

This commit is contained in:
red-deng-deng 2021-12-27 15:58:49 +08:00
parent 64eee2d64a
commit cc555d56ec
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export default class exchangedit extends React.Component{
title:'确认操作', title:'确认操作',
content: <p>是否取消本次操作</p>, content: <p>是否取消本次操作</p>,
onConfirm:()=>{ onConfirm:()=>{
window.history.back() window.location.replace('#/home/exchangecode-list');
}, },
onCancel: this.onCancel, onCancel: this.onCancel,
className:'questModal', className:'questModal',