fix: wss路径修正,entire_url从../改为./指向模块目录
This commit is contained in:
parent
cf00fce500
commit
3ed94fdf7a
@ -150,7 +150,7 @@
|
|||||||
"widgettype": "WebSocket",
|
"widgettype": "WebSocket",
|
||||||
"id": "reasoning_ws",
|
"id": "reasoning_ws",
|
||||||
"options": {
|
"options": {
|
||||||
"ws_url": "{{entire_url('../reasoning_console.wss')}}",
|
"ws_url": "{{entire_url('./reasoning_console.wss')}}",
|
||||||
"with_session": true
|
"with_session": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user