新增:优惠券

This commit is contained in:
2025-08-09 15:31:09 +08:00
parent 46ab97d002
commit 30c867c6b6
27 changed files with 1953 additions and 469 deletions

View File

@@ -44,12 +44,12 @@
<a-form-item label="网页授权域名" name="authorize">
<a-input-group compact>
<a-input
:value="`https://server.gxwebsoft.com`"
:value="`https://server.websoft.top`"
placeholder="请输入网页授权域名"
style="width: calc(100% - 50px)"
/>
<a-tooltip title="复制">
<a-button @click="onCopyText(`https://server.gxwebsoft.com`)">
<a-button @click="onCopyText(`https://server.websoft.top`)">
<template #icon><CopyOutlined /></template>
</a-button>
</a-tooltip>