JSコントロールはクリックして指定ページにジャンプし、前のページに戻ります.
1590 ワード
以下のとおりです
<p onclick="javascript:location.href='xxx.html';"> p>
<el-button type="primary" onclick="javascript:location.href='xxx.html';"> </el-button>
前のレベルに戻ります.window.history.go(-1); //
window.history.back(); //
// :
window.history.back();
location.reload();
window.location.go(-1); //