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.common.js
CHANGED
@@ -44251,8 +44251,8 @@ function findServiceFeeAi() {
|
|
44251
44251
|
findDataByProblem({
|
44252
44252
|
problem: msg.replace(/\n/g, ""),
|
44253
44253
|
aiServiceId: 1
|
44254
|
-
}).then(
|
44255
|
-
this.add(res?.data?.answer || "您好", 'admin', null, res?.data?.based)
|
44254
|
+
}).then(() => {
|
44255
|
+
// this.add(res?.data?.answer || "您好", 'admin', null, res?.data?.based)
|
44256
44256
|
});
|
44257
44257
|
},
|
44258
44258
|
add(msg, id = "personal", fun, based = "") {
|