menus_suc.html 446 B

12345678910111213
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>保存成功</title>
  6. </head>
  7. <body>
  8. <script>
  9. alert("保存成功");
  10. location.href="${contextPath}/menus/tolist";
  11. </script>
  12. </body>
  13. </html>