perf: 系统设置中的代理设置优化为可全局生效,环境变量中的https_proxy设置将无效

This commit is contained in:
xiaojunnuo
2024-11-15 23:52:18 +08:00
parent 0ca61b4d99
commit 381a37fbaa
2 changed files with 14 additions and 3 deletions
@@ -38,7 +38,7 @@
<a-input v-model:value="formState.private.httpsProxy" placeholder="http://192.168.1.2:18010/" />
<a-button class="ml-5" type="primary" :loading="testProxyLoading" title="保存后,再点击测试" @click="testProxy">测试</a-button>
</div>
<div class="helper">一般这两个代理填一样的</div>
<div class="helper">一般这两个代理填一样的保存后再测试</div>
</a-form-item>
<a-form-item label="双栈网络" :name="['private', 'dnsResultOrder']">