Commit 02bbf7ee authored by youjie's avatar youjie

no message

parent 14c8bc4f
...@@ -9,7 +9,10 @@ ...@@ -9,7 +9,10 @@
<div class="flex items-center"> <div class="flex items-center">
<div> <div>
<div class="w-[100px] h-[100px] rounded-full bg-[#f5f5f5] border-[2px] border-[#E3E6DA]"> <div class="w-[100px] h-[100px] rounded-full bg-[#f5f5f5] border-[2px] border-[#E3E6DA]">
<img :src="formData.photo" class="w-full h-full rounded-full" alt="avatar"> <img :src="formData?.photo
||systemConfigStore.config?.logo
||'https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/3ee5f13fb09879ecb5185e440cef6eb9.png~tplv-uwbnlip3yd-webp.webp'"
class="w-full h-full rounded-full" alt="avatar">
</div> </div>
</div> </div>
<div class="ml-[37px]"> <div class="ml-[37px]">
...@@ -162,7 +165,7 @@ ...@@ -162,7 +165,7 @@
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { reactive, ref, watch, computed, provide } from "vue"; import { reactive, ref, watch, computed } from "vue";
import { useI18n } from "vue-i18n"; import { useI18n } from "vue-i18n";
import { useRouter } from 'vue-router' import { useRouter } from 'vue-router'
import { Message } from '@arco-design/web-vue' import { Message } from '@arco-design/web-vue'
......
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