chengmw
2026-04-03 d1034fc30e99091220ec867785e29e80be5c66b4
web-app/src/utils/urlParams.js
@@ -9,7 +9,7 @@
 */
export const getDefaultParams = () => {
  return {
    caseId: '202601281644031088',
    caseId: '202602261114241000',
    caseTypeFirst: '24_01-2',
    caseType: '24_02-9',
    platform_code: 'AI_0001',
@@ -39,11 +39,11 @@
 * @returns {Object} 合并后的参数对象
 */
export const getMergedParams = () => {
  // const defaultParams = getDefaultParams();
  const defaultParams = getDefaultParams();
  const urlParams = parseUrlParams();
  
  return {
    // ...defaultParams,
    ...defaultParams,
    ...urlParams
  };
};