Commit 5e21af85 authored by limingzhe's avatar limingzhe

fix: 去掉换行符

parent 29216807
......@@ -2399,7 +2399,7 @@ export class PlayComponent implements OnInit, OnDestroy {
console.log('answer: ', answer);
console.log('i: ', i);
// answer = answer.replace(/\n/g," ");
answer = answer.replace(/\n/g," ");
let result;
if (data.selectType == 'ai') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment