import httputils from '@/utils/httputils' export default { loadUserInfo() { return httputils.getJson('/admin/userInfo') } }