mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import useThemeStore from './theme';
|
||||
import useAppStore from './app';
|
||||
import useAuthStore from './auth';
|
||||
|
||||
export { useThemeStore, useAppStore, useAuthStore };
|
||||
export * from './app';
|
||||
export * from './theme';
|
||||
export * from './auth';
|
||||
export * from './route';
|
||||
|
||||
Reference in New Issue
Block a user