fix: 修复启动时自签证书无法保存的bug

This commit is contained in:
xiaojunnuo
2024-10-26 23:24:26 +08:00
parent abd2dcf2e8
commit 526c48450b
4 changed files with 21 additions and 21 deletions
@@ -57,6 +57,7 @@ defineOptions({
const formState = reactive<Partial<SysSettings>>({
public: {
registerEnabled: false,
limitUserPipelineCount: 10,
managerOtherUserPipeline: false,
icpNo: ""
},