chore: optimize the code of system layout; 🌟

This commit is contained in:
chenghongxing
2020-07-23 12:40:36 +08:00
parent fd3c79493f
commit b78cf5c6e1
9 changed files with 233 additions and 224 deletions

View File

@@ -0,0 +1,4 @@
import account from './account'
import setting from './setting'
export default {account, setting}