vue2-client 1.20.44 → 1.20.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -236,9 +236,9 @@ export default {
|
|
|
236
236
|
let currentContent = ''
|
|
237
237
|
let stopConnection = null
|
|
238
238
|
|
|
239
|
-
//
|
|
239
|
+
// 直接使用完整路径
|
|
240
240
|
stopConnection = startEventStreamPOST(
|
|
241
|
-
'/api/af-his/ai/chat/stream',
|
|
241
|
+
'/his-web/api/af-his/ai/chat/stream',
|
|
242
242
|
{
|
|
243
243
|
userMessage,
|
|
244
244
|
chatId,
|
package/vue.config.js
CHANGED