This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
scott
/
crm
Seguir
1
Destacar
0
Fork
0
Ficheiros
Pull Requests
0
Wiki
Árbore:
5f60f34207
Ramas
Etiquetas
master
crm
/
app
/
empcrm
/
config
/
route.php
route.php
122 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
<?php
return [
// 全局路由中间件
'middleware' => [
'validate',
'empcrmAuth'
]
];