bugfix: 当代理服务启动,系统代理关闭时,加速服务页面显示 `当前未启动` 的问题修复
parent
c86cf123ef
commit
f575e6bda9
|
@ -192,7 +192,7 @@ export default {
|
||||||
<a-checkbox v-model="config.server.enabled">
|
<a-checkbox v-model="config.server.enabled">
|
||||||
随应用启动
|
随应用启动
|
||||||
</a-checkbox>
|
</a-checkbox>
|
||||||
<a-tag v-if="status.proxy.enabled" color="green">
|
<a-tag v-if="status.server.enabled" color="green">
|
||||||
当前已启动
|
当前已启动
|
||||||
</a-tag>
|
</a-tag>
|
||||||
<a-tag v-else color="red">
|
<a-tag v-else color="red">
|
||||||
|
|
Loading…
Reference in New Issue