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.
@@ -44251,8 +44251,8 @@ function findServiceFeeAi() {
44251
44251
  findDataByProblem({
44252
44252
  problem: msg.replace(/\n/g, ""),
44253
44253
  aiServiceId: 1
44254
- }).then(res => {
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 = "") {