Commit 82bfc5a8 authored by 黄奎's avatar 黄奎

新增图片

parent 928e1364
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<div class="column items-center"> <div class="column items-center">
<q-avatar size="72px"> <q-avatar size="72px">
<img v-if="LoginUser.photo" :src="LoginUser.photo" /> <img v-if="LoginUser.photo" :src="LoginUser.photo" />
<img v-else src="https://cdn.quasar.dev/img/boy-avatar.png"> <img v-else src="../../statics/img/default_head_img.jpg">
</q-avatar> </q-avatar>
<div class="text-subtitle1 q-mt-md q-mb-xs">{{LoginUser.name}}</div> <div class="text-subtitle1 q-mt-md q-mb-xs">{{LoginUser.name}}</div>
<q-btn color="primary" label="登出" @click="loginOut" push size="sm" v-close-popup /> <q-btn color="primary" label="登出" @click="loginOut" push size="sm" v-close-popup />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment