refine code

This commit is contained in:
Pan
2019-03-18 18:07:55 +08:00
parent c93d88a348
commit 8b382e1e15
13 changed files with 167 additions and 165 deletions

View File

@@ -1,10 +1,10 @@
import login from './login'
import user from './user'
import role from './role'
import article from './article'
import search from './remoteSearch'
export default [
...login,
...user,
...role,
...article,
...search