1.0发布,Fixes Bug,以及新增 ProTable组件

This commit is contained in:
Ah jung
2021-07-12 16:16:51 +08:00
parent d423f27e94
commit 1e9b7074e5
43 changed files with 1375 additions and 65 deletions

View File

@@ -3,6 +3,7 @@ import { createStorage } from '@/utils/Storage'
import { store } from '@/store'
import { ACCESS_TOKEN, CURRENT_USER, IS_LOCKSCREEN } from '@/store/mutation-types'
import { ResultEnum } from '@/enums/httpEnum'
const Storage = createStorage({ storage: localStorage })
import { getUserInfo, login } from '@/api/system/user'
import { storage } from '@/utils/Storage'