bugfix: 当代理服务启动,系统代理关闭时,加速服务页面显示 `当前未启动` 的问题修复

master
王良 2025-02-18 15:17:56 +08:00
parent c86cf123ef
commit f575e6bda9
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ export default {
<a-checkbox v-model="config.server.enabled">
随应用启动
</a-checkbox>
<a-tag v-if="status.proxy.enabled" color="green">
<a-tag v-if="status.server.enabled" color="green">
当前已启动
</a-tag>
<a-tag v-else color="red">