refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import auth from './auth';
|
||||
import route from './route';
|
||||
|
||||
export default [...auth];
|
||||
export default [...auth, ...route];
|
||||
|
||||
Reference in New Issue
Block a user