feat: ステージング環境でメニューへのボタンが動かない対処

This commit is contained in:
高木要 2023-07-25 17:22:54 +09:00
parent e8b9432be2
commit f4e5f28d34

View File

@ -223,7 +223,7 @@ function checkNumberOnlyForm($this)
// 機能概要:マスターメンテメニュー画面に遷移する
function backToMainteMenu(){
sessionStorage.clear();
location.href = "/masterMainte/masterMainteMenu/";
location.href = "/masterMainte/masterMainteMenu";
}
// 確認ダイアログ