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'