前端优化

This commit is contained in:
橙子
2021-11-01 21:26:01 +08:00
parent 457e503c79
commit 1f9236ab56
7 changed files with 214 additions and 111 deletions

View File

@@ -15,7 +15,17 @@
v-bind="attrs"
v-on="on"
>
<v-icon>mdi-account</v-icon>
<!-- <v-icon>mdi-account</v-icon> -->
<v-avatar size="36" class="elevation-2">
<!-- <img src="https://z3.ax1x.com/2021/05/09/gJadhD.jpg" /> -->
<img
:src="
baseurl +
'/File/ShowNoticeImg?filePath=' +
$store.state.user.user.icon
"
/>
</v-avatar>
</v-btn>
</template>
@@ -24,6 +34,12 @@
flat
nav
>
<app-bar-item to="/"><v-list-item-title v-text="'用户名:橙子'" /></app-bar-item>
<app-bar-item to="/"><v-list-item-title v-text="'称号:橙子'" /></app-bar-item>
<v-divider class="mb-2 mt-2"/>
<template v-for="(p, i) in profile">
<v-divider
v-if="p.divider"