ZaiZai 1 rok temu
rodzic
commit
c27ac7a89c
1 zmienionych plików z 1 dodań i 1 usunięć
  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'