yc-ui2 0.1.3-beta13 → 0.1.3-beta15
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/dist/yc-ui2.umd.js
CHANGED
@@ -44261,8 +44261,8 @@ function findServiceFeeAi() {
|
|
44261
44261
|
findDataByProblem({
|
44262
44262
|
problem: msg.replace(/\n/g, ""),
|
44263
44263
|
aiServiceId: 1
|
44264
|
-
}).then(
|
44265
|
-
this.add(res?.data?.answer || "您好", 'admin', null, res?.data?.based)
|
44264
|
+
}).then(() => {
|
44265
|
+
// this.add(res?.data?.answer || "您好", 'admin', null, res?.data?.based)
|
44266
44266
|
});
|
44267
44267
|
},
|
44268
44268
|
add(msg, id = "personal", fun, based = "") {
|