diff --git a/frontend/src/components/setting/FrpcEdit.vue b/frontend/src/components/setting/FrpcEdit.vue
index cc3b562..0023794 100644
--- a/frontend/src/components/setting/FrpcEdit.vue
+++ b/frontend/src/components/setting/FrpcEdit.vue
@@ -1,9 +1,10 @@
@@ -183,7 +230,6 @@
proxyStore.proxyData.type === 'https'
"
label="自定义域名:"
- prop="customDomain"
>
@@ -278,28 +324,37 @@
/>
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
{
const proxies = ref([]);
- const customDomains = ref([]);
+ const customDomains = ref([""]);
const proxyData = ref(createNewProxyData());
const apiUrl = getSystemKey("apiUrl")
const isEditor = ref(false)