diff --git a/frontend/src/views/system/prompt/index.vue b/frontend/src/views/system/prompt/index.vue index 4b64428a..5a6855d5 100644 --- a/frontend/src/views/system/prompt/index.vue +++ b/frontend/src/views/system/prompt/index.vue @@ -381,7 +381,7 @@ const configParams = () => { state.conditions.forEach((ele: any) => { ele.value.forEach((itx: any) => { - str += str ? `&${ele.field}=${itx}` : `${ele.field}=${itx}` + str += str ? `_${itx}` : `${ele.field}=${itx}` }) })