物业代码生成
This commit is contained in:
23
apps/web-antd/src/views/演示使用自行删除/wechat/index.vue
Normal file
23
apps/web-antd/src/views/演示使用自行删除/wechat/index.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<script setup lang="ts">
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Image } from 'ant-design-vue';
|
||||
|
||||
import wechatGroupImg from './img-base64.txt?raw';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Page>
|
||||
<div class="flex w-[360px] flex-col gap-2">
|
||||
<!-- <Alert :show-icon="true" message="人数已满,需要手动拉人" type="info" /> -->
|
||||
<div>
|
||||
<Image
|
||||
:preview="false"
|
||||
:src="wechatGroupImg"
|
||||
:width="240"
|
||||
class="pointer-events-none select-none"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</Page>
|
||||
</template>
|
Reference in New Issue
Block a user