yc-ui2 0.1.3-beta13 → 0.1.3-beta15
Sign up to get free protection for your applications and to get access to all the features.
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 = "") {
|