From 5d243384d929334806df361fc861d7741519ecfa Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Thu, 30 Dec 2021 11:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=A7=92=E8=89=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=96=B0=E5=A2=9E=E5=90=8E=E9=A1=B5=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/role/add/add.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/system/role/add/add.js b/src/pages/system/role/add/add.js index 6d93d872..0ac80813 100644 --- a/src/pages/system/role/add/add.js +++ b/src/pages/system/role/add/add.js @@ -69,7 +69,8 @@ export default class addrole extends React.Component{ Notify.clear(); Notify.success(msg); setTimeout(()=>{ - window.history.back(); + // window.history.back(); + window.location.replace('#/home/system/role-list'); },1000); },(err)=>{ Notify.error(err)