ZaiZai 1 년 전
부모
커밋
c27ac7a89c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -3,8 +3,8 @@ import website from '~src/config/index'
 import { useAppStore } from '~src/store'
 import { getRoutes } from '~api/menu'
 import { setStoreValue } from '~src/utils/storage'
-import { ArrToOneObj, getArrValue, getObjValue } from 'js-fast-way'
 import tokenData from '~src/router/modules/token'
+import { ArrToOneObj, getArrValue, getObjValue } from 'js-fast-way'
 import { userConfigInfo, userConfigSave } from '~api/other'
 import { logout, refreshToken, userLogin } from '~api/user'