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