fix:修改二维码图片
This commit is contained in:
parent
1361525f95
commit
5d8383c519
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
|
|
@ -3,11 +3,15 @@
|
|||
<div class="app-container-inner">
|
||||
<div style="margin-bottom: 20px">欢迎大家加微信哈,共同讨论,学习</div>
|
||||
<el-image
|
||||
src="http://182.61.5.190:8889/we.png"
|
||||
:preview-src-list="['http://182.61.5.190:8889/we.png']"
|
||||
:src="weLogo"
|
||||
:preview-src-list="[weLogo]"
|
||||
style="max-width: 200px"
|
||||
:data-resid="Date.now()"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import weLogo from '@/assets/image/we.png'
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
<el-card class="box-card" style="height: 100%">
|
||||
<el-image
|
||||
class="wechat"
|
||||
src="http://182.61.5.190:8889/we.png"
|
||||
:preview-src-list="['http://182.61.5.190:8889/we.png']"
|
||||
:src="weLogo"
|
||||
:preview-src-list="[weLogo]"
|
||||
style="max-width: 200px"
|
||||
:data-resid="Date.now()"
|
||||
/>
|
||||
|
|
@ -163,6 +163,7 @@
|
|||
import { User } from '@element-plus/icons-vue'
|
||||
import { ref } from 'vue'
|
||||
import AvatarLogo from '@/assets/image/avatar.png'
|
||||
import weLogo from '@/assets/image/we.png'
|
||||
import CountTo from '@/components/CountTo/index.vue'
|
||||
import BarCharts from '@/views/echarts/simple/components/bar.vue'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue