修改app
This commit is contained in:
parent
6f7e0d71c2
commit
d40deeff60
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
// 事件定义文件
|
||||
|
||||
return [
|
||||
'bind' => [
|
||||
],
|
||||
'bind' => [],
|
||||
|
||||
'listen' => [
|
||||
'AppInit' => [],
|
||||
@ -10,9 +10,7 @@ return [
|
||||
'HttpEnd' => [],
|
||||
'LogLevel' => [],
|
||||
'LogWrite' => [],
|
||||
'RouteLoaded' => [
|
||||
catcher\event\LoadModuleRoutes::class,
|
||||
],
|
||||
'RouteLoaded' => [],
|
||||
],
|
||||
|
||||
'subscribe' => [
|
||||
|
1
catchAdmin/helper.php
Normal file
1
catchAdmin/helper.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
1
catchAdmin/system/controller/DataDictionary.php
Normal file
1
catchAdmin/system/controller/DataDictionary.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
10
catchAdmin/system/view/dataDictionary/index.html
Normal file
10
catchAdmin/system/view/dataDictionary/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
10
catchAdmin/system/view/dataDictionary/view.html
Normal file
10
catchAdmin/system/view/dataDictionary/view.html
Normal file
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
1
extend/catcher/command/BackupCommand.php
Normal file
1
extend/catcher/command/BackupCommand.php
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
x
Reference in New Issue
Block a user