|
@@ -31,7 +31,8 @@
|
|
|
<a-input-number v-model="client.alterId"></a-input-number>
|
|
|
</a-form-item>
|
|
|
<a-form-item label="ID" v-if="inbound.protocol === Protocols.VMESS || inbound.protocol === Protocols.VLESS">
|
|
|
- <a-input v-model.trim="client.id" style="width: 300px;"></a-input>
|
|
|
+ <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"> </a-icon>
|
|
|
+ <a-input v-model.trim="client.id" style="width: 300px;"></a-input>
|
|
|
</a-form-item>
|
|
|
<a-form-item v-if="client.email">
|
|
|
<span slot="label">
|