perf: 默认开启同步数据开关

This commit is contained in:
rd
2025-07-18 16:27:47 +08:00
parent 3ed801ddc3
commit 404382dfe1

View File

@ -173,7 +173,7 @@ const INITIAL_FORM = {
operator_name: '',
holder_name: '',
platform: 0,
is_sync_project: 0,
is_sync_project: 1,
};
const visible = ref(false);