diff --git a/src/views/system/user/profile/index.vue b/src/views/system/user/profile/index.vue index 426fca8..7c1389a 100644 --- a/src/views/system/user/profile/index.vue +++ b/src/views/system/user/profile/index.vue @@ -58,8 +58,8 @@ - - + + @@ -73,7 +73,7 @@ import UserAvatar from './userAvatar.vue'; import UserInfo from './userInfo.vue'; import ResetPwd from './resetPwd.vue'; import ThirdParty from './thirdParty.vue'; -import OnlinDevice from './onlineDevice.vue'; +import OnlineDevice from './onlineDevice.vue'; import { getAuthList } from '@/api/system/social/auth'; import { getUserProfile } from '@/api/system/user'; import { getOnline } from '@/api/monitor/online';