修改app

This commit is contained in:
wuyanwen 2019-12-13 17:25:05 +08:00
parent 6f7e0d71c2
commit d40deeff60
6 changed files with 26 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<?php <?php
// 事件定义文件 // 事件定义文件
return [ return [
'bind' => [ 'bind' => [],
],
'listen' => [ 'listen' => [
'AppInit' => [], 'AppInit' => [],
@ -10,9 +10,7 @@ return [
'HttpEnd' => [], 'HttpEnd' => [],
'LogLevel' => [], 'LogLevel' => [],
'LogWrite' => [], 'LogWrite' => [],
'RouteLoaded' => [ 'RouteLoaded' => [],
catcher\event\LoadModuleRoutes::class,
],
], ],
'subscribe' => [ 'subscribe' => [

1
catchAdmin/helper.php Normal file
View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1 @@
<?php

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>

View File

@ -0,0 +1 @@
<?php