|
...
|
...
|
@@ -136,6 +136,7 @@ class ProjectServer extends BaseService |
|
|
|
<div class="layout" data-unable="demo01-error404">
|
|
|
|
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/6528a87e594db30162.png" />
|
|
|
|
</div>
|
|
|
|
<p style="text-align: center">SORRY. THE PAGE HAS EITHER MOVED OR CANNOT BE FOUND.</p>
|
|
|
|
<style>
|
|
|
|
.section-block-error404 .layout {
|
|
|
|
height: 700px;
|
|
...
|
...
|
@@ -155,7 +156,7 @@ class ProjectServer extends BaseService |
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
</section>
|
|
|
|
</main>', 'html_style' => '<style id="globalsojs-styles"></style>','created_at' => $created_at, 'updated_at' => $created_at];
|
|
|
|
</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];
|
|
|
|
$id = DB::connection('custom_mysql')->table('gl_web_custom_template')->insertGetId($data);
|
|
|
|
//路由
|
|
|
|
$info = DB::connection('custom_mysql')->table('gl_route_map')->first();
|
...
|
...
|
|