diff --git a/src/views/userInfo/device/index.vue b/src/views/userInfo/device/index.vue new file mode 100644 index 0000000..6d224bd --- /dev/null +++ b/src/views/userInfo/device/index.vue @@ -0,0 +1,172 @@ + + + + + + + + {{ t('page.login.common.back') }} + + + + + + + + + + + + {{ item.name }} + + + + MAC: {{ item.macAddress }} + + {{ t('page.device.lastActive') }}: {{ item.lastActiveTime }} + + + + + + + {{ t('common.delete') }} + + + + + + + + + + +