如题:自定义error.html页面,会出现如下红色方框里的图片

image.png

<html>

    <head>

        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

        <meta http-equiv="X-UA-Compatible" content="IE=edge"/>

        <style type="text/css">

               .error {

                margin: 10px; 

                padding: 10px;

                color: #B0BEC5;

                display: table;

                margin-bottom: 40px;

                width: 100%;

              }

        </style>

        <title></title>

        <!-- FR 转码JS -->

        <script src="/webroot/decision/view/report?op=emb&resource=finereport.js"></script>

    </head>

    <body>

      <div class="error">

         <nobr class='message'>${message}</nobr>

      </div>

      <script>

      // 获取提示错误信息,进行解码

      // 报数据中心oracle错误时需要对错误信息进行切割,取有效的错误信息

      $('.message').text('错误信息:' + FR.cjkDecode($('.message').text()).split('')[1].split(':')[1]);

      </script>  

    </body>

</html>

FineReport elaiza 发布于 2021-10-21 17:28 (编辑于 2021-10-21 17:29)
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
zsh331Lv8专家互助
发布于2022-4-19 16:54

服务器配置-https://help.fanruan.com/finereport/doc-view-1246.html

————————

image.png

  • 2关注人数
  • 333浏览人数
  • 最后回答于:2022-4-19 16:54
    请选择关闭问题的原因
    确定 取消
    返回顶部