diff --git a/layouts/default.vue b/layouts/default.vue
index 28652e3..c55822e 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -30,8 +30,22 @@ const links = [
}
]
+const items = [
+ [{
+ label: 'support@fenshenzhike.com',
+ slot: 'account',
+ disabled: true
+ }], [{
+ label: '账号资料',
+ icon: 'i-tabler-user-circle'
+ }], [{
+ label: '注销登录',
+ icon: 'i-tabler-logout'
+ }]
+]
+
const open_login_modal = () => {
- modal.open(ModalAuthentication, {})
+ modal.open(ModalAuthentication)
}
@@ -56,7 +70,27 @@ const open_login_modal = () => {
/>
-
+
+
+
+
+
+
+ 已登录为
+ OP
+
+
+ {{ item.label }}
+
+
+
+
+
+ {{ item.label }}
+
+
+
@@ -79,9 +113,10 @@ body {