Browse Source

确认订单修改bug

zhengjinyi 3 years ago
parent
commit
d9a1e68cb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/error/404.html

+ 1 - 1
src/main/resources/templates/error/404.html

@@ -80,7 +80,7 @@
 <div style="text-align:center;background: #fff">
 <!--    <iframe id="errorContent" src="/search_children.html"></iframe>-->
         <div id="errorContent">
-            <img src="https://admin-b.caimei365.com/userfiles/1/images/photo/2020/11/404.png">
+            <img src="/img/base/404.png">
             <p>您访问的页面不存在,建议您......</p>
             <a href="/index.html">返回首页</a>
         </div>