正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -136,6 +136,7 @@ class ProjectServer extends BaseService | @@ -136,6 +136,7 @@ class ProjectServer extends BaseService | ||
| 136 | <div class="layout" data-unable="demo01-error404"> | 136 | <div class="layout" data-unable="demo01-error404"> |
| 137 | <img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" /> | 137 | <img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" /> |
| 138 | </div> | 138 | </div> |
| 139 | + <p style="text-align: center">SORRY. THE PAGE HAS EITHER MOVED OR CANNOT BE FOUND.</p> | ||
| 139 | <style> | 140 | <style> |
| 140 | .section-block-error404 .layout { | 141 | .section-block-error404 .layout { |
| 141 | height: 700px; | 142 | height: 700px; |
| @@ -155,7 +156,7 @@ class ProjectServer extends BaseService | @@ -155,7 +156,7 @@ class ProjectServer extends BaseService | ||
| 155 | <script> | 156 | <script> |
| 156 | </script> | 157 | </script> |
| 157 | </section> | 158 | </section> |
| 158 | - </main>', 'html_style' => '<style id="globalsojs-styles"></style>','created_at' => $created_at, 'updated_at' => $created_at]; | 159 | + </main>', 'html_style' => '<style id="globalsojs-styles"></style>','title' => '404-Page not found', 'description' => 'Sorry. The page has either moved or cannot be found.', 'created_at' => $created_at, 'updated_at' => $created_at]; |
| 159 | $id = DB::connection('custom_mysql')->table('gl_web_custom_template')->insertGetId($data); | 160 | $id = DB::connection('custom_mysql')->table('gl_web_custom_template')->insertGetId($data); |
| 160 | //路由 | 161 | //路由 |
| 161 | $info = DB::connection('custom_mysql')->table('gl_route_map')->first(); | 162 | $info = DB::connection('custom_mysql')->table('gl_route_map')->first(); |
-
请 注册 或 登录 后发表评论