Merge remote-tracking branch 'origin/main' into feature/0710_下载中心_rxd

This commit is contained in:
rd
2025-07-18 18:14:14 +08:00
9 changed files with 43 additions and 19 deletions

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);