完成路由文件的打包压缩

This commit is contained in:
2022-11-19 17:03:51 +08:00
parent 78ead61684
commit 4e17c7125f
2 changed files with 71 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ return [
'/^vendor/',
'/^config/',
'/^lib\//',
'/^database\/*/',
'/event\.php/',
'/middleware\.php/',
'/provider\.php/',
@@ -30,7 +30,7 @@ return [
'/config.php/',
'/^public\/index\.php/',
'/^public\/router\.php/',
'/^route\/*/',
'/^app\/admin\/service\/initAdminData\/*/',
]
];