Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
2c9e0e15ff
|
|
@ -106,7 +106,7 @@
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-form>
|
</a-form>
|
||||||
<div
|
<!-- <div
|
||||||
class="bottom"
|
class="bottom"
|
||||||
v-if="getShow"
|
v-if="getShow"
|
||||||
:style="{
|
:style="{
|
||||||
|
|
@ -114,24 +114,6 @@
|
||||||
height: `${50 * props.bi}px`,
|
height: `${50 * props.bi}px`,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<!-- <Button type="link" block size="small" @click="setLoginState(LoginStateEnum.REGISTER)">
|
|
||||||
<template #icon>
|
|
||||||
<img
|
|
||||||
src="/login_lindidiaocha/register.png"
|
|
||||||
:style="{
|
|
||||||
height: `${29 * props.bi}px`,
|
|
||||||
}"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
<span
|
|
||||||
:style="{
|
|
||||||
fontSize: `${14 * props.bi}px`,
|
|
||||||
}"
|
|
||||||
>
|
|
||||||
用户注册
|
|
||||||
</span>
|
|
||||||
</Button>
|
|
||||||
<span>|</span> -->
|
|
||||||
<a-popover v-model:open="visible" trigger="click">
|
<a-popover v-model:open="visible" trigger="click">
|
||||||
<template #content>
|
<template #content>
|
||||||
<a-qrcode error-level="H" :value="qrcodeValue" />
|
<a-qrcode error-level="H" :value="qrcodeValue" />
|
||||||
|
|
@ -161,7 +143,7 @@
|
||||||
</span>
|
</span>
|
||||||
</Button>
|
</Button>
|
||||||
</a-popover>
|
</a-popover>
|
||||||
</div>
|
</div> -->
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { reactive, ref, unref, computed, onMounted } from 'vue';
|
import { reactive, ref, unref, computed, onMounted } from 'vue';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue