|
...
|
...
|
@@ -170,7 +170,7 @@ class ProjectServer |
|
|
|
* @method :post
|
|
|
|
* @time :2023/12/29 9:32
|
|
|
|
*/
|
|
|
|
public function init404Page($project_id){
|
|
|
|
public static function init404Page($project_id){
|
|
|
|
$time = date('Y-m-d H:i:s');
|
|
|
|
$info = DB::connection('custom_mysql')->table('gl_web_custom_template')->first();
|
|
|
|
if(empty($info)) {
|
...
|
...
|
|